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