8
0
fredck 11 лет назад
Родитель
Сommit
3432bf1daa
2 измененных файлов с 8 добавлено и 2 удалено
  1. 5 0
      packages/ckeditor5-ui/gruntfile.js
  2. 3 2
      packages/ckeditor5-ui/package.json

+ 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",
 	"description": "A short description",
 
 
 	"devDependencies": {
 	"devDependencies": {
+		"grunt": "~0.4.5"
 	},
 	},
 
 
 	"author": "CKSource (http://cksource.com/)",
 	"author": "CKSource (http://cksource.com/)",