Browse Source

Formatting of JSON

https://github.com/amber-smalltalk/amber-examples/issues/45
Hannes Hirzel 9 years ago
parent
commit
67c68a5660
1 changed files with 3 additions and 2 deletions
  1. 3 2
      package.json

+ 3 - 2
package.json

@@ -10,8 +10,9 @@
     "compiler",
     "web"
   ],
-  "repository" : { "type" : "git"
-  , "url" : "https://github.com/amber-smalltalk/amber-examples.git"
+  "repository" : { 
+    "type" : "git",
+    "url" : "https://github.com/amber-smalltalk/amber-examples.git"
   },
   "engines": {
     "node": ">=0.10.0"