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