Repository: cordova-android Updated Branches: refs/heads/master 3d4b8ce99 -> c349892c5
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/master Commit: c349892c5b6a5311cf404b39fe004ed19dfb35c9 Parents: 3d4b8ce Author: Steven Gill <[email protected]> Authored: Wed Apr 30 12:55:28 2014 -0700 Committer: Steven Gill <[email protected]> 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",
