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