Browse Source

Fixed indentation in package.json.

fredck 11 years ago
parent
commit
458028062e
1 changed files with 14 additions and 14 deletions
  1. 14 14
      packages/ckeditor5-utils/package.json

+ 14 - 14
packages/ckeditor5-utils/package.json

@@ -1,16 +1,16 @@
 {
-  "name": "programmatic-name-of-the-application",
-  "version": "0.1.0",
-  "description": "A short description",
-  "devDependencies": {
-    "grunt": "~0",
-    "grunt-jscs": "~0",
-    "grunt-contrib-jshint": "~0",
-    "grunt-githooks": "~0",
-    "load-grunt-tasks": "~0"
-  },
-  "author": "CKSource (http://cksource.com/)",
-  "license": "See LICENSE.md",
-  "homepage": "http://app.com",
-  "bugs": "http://bugs.app.com"
+	"name": "programmatic-name-of-the-application",
+	"version": "0.1.0",
+	"description": "A short description",
+	"devDependencies": {
+		"grunt": "~0",
+		"grunt-jscs": "~0",
+		"grunt-contrib-jshint": "~0",
+		"grunt-githooks": "~0",
+		"load-grunt-tasks": "~0"
+	},
+	"author": "CKSource (http://cksource.com/)",
+	"license": "See LICENSE.md",
+	"homepage": "http://app.com",
+	"bugs": "http://bugs.app.com"
 }