Merge pull request #1321 from dpalou/MOBILE-2376

MOBILE-2376 core: Restore npm setup and force local notif version
main
Juan Leyva 2018-05-23 11:50:08 +02:00 committed by GitHub
commit 15f5a294ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@
}
],
"scripts": {
"setup": "npm install && cordova prepare && gulp",
"clean": "ionic-app-scripts clean",
"build": "ionic-app-scripts build",
"lint": "ionic-app-scripts lint",
@ -50,7 +51,7 @@
"@ionic-native/globalization": "^4.3.2",
"@ionic-native/in-app-browser": "^4.3.3",
"@ionic-native/keyboard": "^4.3.2",
"@ionic-native/local-notifications": "^4.4.0",
"@ionic-native/local-notifications": "4.5.2",
"@ionic-native/media-capture": "^4.5.2",
"@ionic-native/network": "^4.3.2",
"@ionic-native/push": "^4.5.3",