Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
🔧✅ Add package.json to tests plugin so cordova-paramedic runs
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Dec 1, 2017
1 parent 9e636fe commit d90c39d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "phonegap-plugin-contentsync-tests",
"version": "1.0.0",
"description": "Tests for phonegap-plugin-contentsync",
"main": "tests.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "Apache-2.0"
}

0 comments on commit d90c39d

Please sign in to comment.