mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
chore(build): add auto install scripts (#1059)
* feat(core): auto install scripts * minor fixes * minor fixes * remove prompt message
This commit is contained in:
@@ -9,10 +9,14 @@
|
||||
"peerDependencies": {
|
||||
"@angular/core": "2.2.1",
|
||||
"@ionic-native/core": "{{VERSION}}",
|
||||
"@ionic-native/utils": "{{VERSION}}",
|
||||
"rxjs": "5.0.0-beta.12"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/driftyco/ionic-native.git"
|
||||
},
|
||||
"scripts": {
|
||||
"postinstall": "node -e \"require('@ionic-native/utils').install(require('./plugin-config.json'))\""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user