You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2015/03/10 01:40:35 UTC

[3/6] cordova-app-hello-world git commit: updated package.json

updated package.json


Project: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/commit/de95beb9
Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/tree/de95beb9
Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/diff/de95beb9

Branch: refs/heads/master
Commit: de95beb92dade8440396c8c73ae82f5dbb40c534
Parents: 60176c0
Author: Steve Gill <st...@gmail.com>
Authored: Fri Mar 6 17:12:47 2015 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Mar 6 17:12:47 2015 -0800

----------------------------------------------------------------------
 package.json | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-app-hello-world/blob/de95beb9/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index d562a36..0cb00b5 100644
--- a/package.json
+++ b/package.json
@@ -1,16 +1,14 @@
 {
   "name": "cordova-app-hello-world",
   "version": "3.8.0-dev",
-  "description": "",
-  "main": "index.js",
-  "scripts": {
-    "test": "echo \"Error: no test specified\" && exit 1"
-  },
+  "description": "This is the hello world app used by the `cordova create` command.",
   "repository": {
     "type": "git",
     "url": "https://git-wip-us.apache.org/repos/asf/cordova-app-hello-world.git"
   },
-  "keywords": [],
-  "author": "Apache Cordova",
+  "keywords": [
+    "ecosystem:cordova"
+  ],
+  "author": "Apache Software Foundation",
   "license": "Apache version 2.0"
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org