| commit | ee4f2de21c001d07732fd449924df0d30c62740b | [log] [tgz] |
|---|---|---|
| author | Steve Gill <stevengill97@gmail.com> | Fri Apr 21 18:06:45 2017 -0700 |
| committer | Steve Gill <stevengill97@gmail.com> | Fri Apr 21 18:07:36 2017 -0700 |
| tree | b168a8e078adf67ca2c90d0961dc13536a2757a9 | |
| parent | 86b6be5249873450600feb76415ef2511275dad7 [diff] |
CB-12685: added package.json to tests folder
diff --git a/tests/package.json b/tests/package.json new file mode 100644 index 0000000..24450c3 --- /dev/null +++ b/tests/package.json
@@ -0,0 +1,14 @@ +{ + "name": "cordova-plugin-battery-status-tests", + "version": "1.2.4-dev", + "description": "", + "cordova": { + "id": "cordova-plugin-battery-status-tests", + "platforms": [] + }, + "keywords": [ + "ecosystem:cordova" + ], + "author": "", + "license": "Apache 2.0" +}