Przeglądaj źródła

Made package.json more empty, so it is clearer what to get filled in it.

fredck 11 lat temu
rodzic
commit
27435f5e9d
1 zmienionych plików z 5 dodań i 5 usunięć
  1. 5 5
      package.json

+ 5 - 5
package.json

@@ -1,7 +1,7 @@
 {
-	"name": "programmatic-name-of-the-application",
-	"version": "0.1.0",
-	"description": "A short description",
+	"name": "",
+	"version": "",
+	"description": "",
 	"keywords": [],
 	"dependencies": {
 	},
@@ -14,6 +14,6 @@
 	},
 	"author": "CKSource (http://cksource.com/)",
 	"license": "See LICENSE.md",
-	"homepage": "http://app.com",
-	"bugs": "http://bugs.app.com"
+	"homepage": "",
+	"bugs": ""
 }