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