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