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