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