You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/05/29 17:45:03 UTC

[04/13] android commit: CB-6552: updated author to apache software foundation in pacakge.json

CB-6552: updated author to apache software foundation in pacakge.json


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/c349892c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/c349892c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/c349892c

Branch: refs/heads/4.0.x
Commit: c349892c5b6a5311cf404b39fe004ed19dfb35c9
Parents: 3d4b8ce
Author: Steven Gill <st...@gmail.com>
Authored: Wed Apr 30 12:55:28 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Apr 30 12:55:28 2014 -0700

----------------------------------------------------------------------
 package.json | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/c349892c/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index fd641c8..0d203c9 100644
--- a/package.json
+++ b/package.json
@@ -1,20 +1,18 @@
 {
   "name": "cordova-android",
   "version": "3.4.0",
-  "description": "This is the release for cordova-android",
+  "description": "cordova-android release",
   "main": "bin/create",
-  "scripts": {
-    "test":"echo \"Error: please view test/readme.md\" && exit 1" 
-  },
   "repository": {
     "type": "git",
     "url": "https://git-wip-us.apache.org/repos/asf/cordova-android.git"
   },
   "keywords": [
     "android",
-    "cordova"
+    "cordova",
+    "apache"
   ],
-  "author": "Joe Bowser",
+  "author": "Apache Software Foundation",
   "license": "Apache version 2.0",
   "dependencies": {
     "q": "^0.9.0",