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