Skip to content

Commit

Permalink
fixing prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Sommer authored and Josh Sommer committed Jan 26, 2019
1 parent b372161 commit 791bf72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"typings": "nativescript-slides.d.ts",
"nativescript": {
"platforms": {
"android": "3.0.0",
"ios": "3.0.0"
"android": "5.0.0",
"ios": "5.0.0"
}
},
"scripts": {
"build": "tsc",
"demo.ios": "npm run preparedemo && cd ../demo && tns run ios",
"demo.android": "npm run preparedemo && cd ../demo && tns run android",
"preparedemo": "npm run build && cd ../demo && npm install .. --save",
"setup": "npm install && cd ../demo && npm install && cd ../src && npm run build && cd ../demo && npm install ../src -S && cd ..",
"preparedemo": "npm run build && cd ../demo && npm install ../src --save",
"setup": "npm install && cd ../demo && npm install && cd ../src && npm run build && cd ../demo && npm install ../src && cd ..",
"ios": "xcproj --project platforms/ios/YourApp.xcodeproj touch; xcproj --project platforms/ios/Pods/Pods.xcodeproj touch; tns livesync ios --emulator --watch"
},
"repository": {
Expand Down

0 comments on commit 791bf72

Please sign in to comment.