From 736c7b9dfdfa25a924ffc3d1e409450633a8c00f Mon Sep 17 00:00:00 2001 From: Steve Gill Date: Fri, 21 Apr 2017 18:19:44 -0700 Subject: [PATCH] CB-12685: added package.json to tests folder --- tests/package.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/package.json diff --git a/tests/package.json b/tests/package.json new file mode 100644 index 00000000..0fa99787 --- /dev/null +++ b/tests/package.json @@ -0,0 +1,14 @@ +{ + "name": "cordova-plugin-device-tests", + "version": "1.1.6-dev", + "description": "", + "cordova": { + "id": "cordova-plugin-device-tests", + "platforms": [] + }, + "keywords": [ + "ecosystem:cordova" + ], + "author": "", + "license": "Apache 2.0" +}