From c349892c5b6a5311cf404b39fe004ed19dfb35c9 Mon Sep 17 00:00:00 2001 From: Steven Gill Date: Wed, 30 Apr 2014 12:55:28 -0700 Subject: [PATCH] CB-6552: updated author to apache software foundation in pacakge.json --- package.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index fd641c83..0d203c92 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",