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