Merge remote-tracking branch 'origin/v3-node-build' into v3-injectable

This commit is contained in:
Max Lynch
2017-02-09 08:29:19 -06:00
5 changed files with 141 additions and 2 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "@ionic-native/{{PLUGIN}}",
"version": "{{VERSION}}",
"description": "Ionic Native - Native plugins for ionic apps",
"module": "index.js",
"typings": "index.d.ts",
"author": "ionic",
"license": "MIT",
"dependencies": {
"@angular/core": "2.2.1",
"@ionic-native/core": "{{VERSION}}"
},
"peerDependencies": {
"rxjs": "5.0.0-beta.12"
},
"repository": {
"type": "git",
"url": "https://github.com/driftyco/ionic-native.git"
}
}