Kaynağa Gözat

Added template for grunt.

fredck 11 yıl önce
ebeveyn
işleme
3432bf1daa

+ 5 - 0
packages/ckeditor5-ui/gruntfile.js

@@ -0,0 +1,5 @@
+module.exports = function( grunt ) {
+	grunt.initConfig( {
+		pkg: grunt.file.readJSON( 'package.json' )
+	} );
+};

+ 3 - 2
packages/ckeditor5-ui/package.json

@@ -1,9 +1,10 @@
 {
-	"name": "{programmatic name of the application}",
-	"version": "{semver version}",
+	"name": "programmatic-name-of-the-application",
+	"version": "0.1.0",
 	"description": "A short description",
 
 	"devDependencies": {
+		"grunt": "~0.4.5"
 	},
 
 	"author": "CKSource (http://cksource.com/)",