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