Repository: cordova-cli Updated Branches: refs/heads/master f1e9e049b -> 92eb5858e
Removed underscore dependency. Added my last name, I am not Oprah ...yet. Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/e63119fd Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/e63119fd Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/e63119fd Branch: refs/heads/master Commit: e63119fd08a95ce2add5e47fe3b4a3acbf912389 Parents: fb14f6e Author: Jesse MacFadyen <[email protected]> Authored: Tue Feb 28 15:10:32 2017 -0800 Committer: Steve Gill <[email protected]> Committed: Fri Mar 10 16:04:24 2017 -0800 ---------------------------------------------------------------------- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/e63119fd/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 3ea27f6..4fae6cb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cordova", "version": "6.5.1-dev", - "preferGlobal": "true", + "preferGlobal": true, "description": "Cordova command line interface tool", "main": "cordova", "engines": { @@ -36,7 +36,6 @@ "insight": "~0.8.2", "nopt": "3.0.1", "q": "1.0.1", - "underscore": "1.7.0", "update-notifier": "^0.5.0" }, "devDependencies": { @@ -139,7 +138,7 @@ "email": "[email protected]" }, { - "name": "Jesse", + "name": "Jesse MacFadyen", "email": "[email protected]" } ], --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
