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/c012b982 Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/c012b982 Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/c012b982 Branch: refs/heads/4.0.x Commit: c012b98223124ad7147273ebdb076f877077299a Parents: 559493b Author: Steven Gill <[email protected]> Authored: Wed Apr 30 12:55:28 2014 -0700 Committer: Joe Bowser <[email protected]> Committed: Fri May 23 11:23:29 2014 -0700 ---------------------------------------------------------------------- package.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-android/blob/c012b982/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",
