Repository: cordova-plugin-media-capture Updated Branches: refs/heads/master 6f4e5dcaa -> 20bb4945e
CB-12685: added package.json to tests folder Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/commit/20bb4945 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/20bb4945 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/20bb4945 Branch: refs/heads/master Commit: 20bb4945e7aed684fdb9643164ec733a919b22bd Parents: 6f4e5dc Author: Steve Gill <[email protected]> Authored: Fri Apr 21 19:23:15 2017 -0700 Committer: Steve Gill <[email protected]> Committed: Fri Apr 21 19:23:15 2017 -0700 ---------------------------------------------------------------------- tests/package.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/20bb4945/tests/package.json ---------------------------------------------------------------------- diff --git a/tests/package.json b/tests/package.json new file mode 100644 index 0000000..2fd61ad --- /dev/null +++ b/tests/package.json @@ -0,0 +1,14 @@ +{ + "name": "cordova-plugin-media-capture-tests", + "version": "1.4.3-dev", + "description": "", + "cordova": { + "id": "cordova-plugin-media-capture-tests", + "platforms": [] + }, + "keywords": [ + "ecosystem:cordova" + ], + "author": "", + "license": "Apache 2.0" +} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
