Repository: cordova-plugin-camera Updated Branches: refs/heads/master 9badea4c9 -> 2286bb3bb
CB-12685: added package.json to tests folder Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/commit/2286bb3b Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/tree/2286bb3b Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/diff/2286bb3b Branch: refs/heads/master Commit: 2286bb3bb2d32dcff0c98099eabd78ea3bf0137a Parents: 9badea4 Author: Steve Gill <[email protected]> Authored: Fri Apr 21 18:15:33 2017 -0700 Committer: Steve Gill <[email protected]> Committed: Fri Apr 21 18:15:33 2017 -0700 ---------------------------------------------------------------------- tests/package.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/2286bb3b/tests/package.json ---------------------------------------------------------------------- diff --git a/tests/package.json b/tests/package.json new file mode 100644 index 0000000..646e22c --- /dev/null +++ b/tests/package.json @@ -0,0 +1,14 @@ +{ + "name": "cordova-plugin-camera-tests", + "version": "2.4.1-dev", + "description": "", + "cordova": { + "id": "cordova-plugin-camera-tests", + "platforms": [] + }, + "keywords": [ + "ecosystem:cordova" + ], + "author": "", + "license": "Apache 2.0" +} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
