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