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