Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 69b5d15

Browse files
Upped tns-android so we now grab a newer v8 which I was testing to see if startup time got better (which is the case)
1 parent dafa78f commit 69b5d15

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

demo/package.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "4.0.1"
66
},
77
"tns-android": {
8-
"version": "4.0.1"
8+
"version": "4.1.0-2018.4.24.3"
99
}
1010
},
1111
"dependencies": {
@@ -46,13 +46,6 @@
4646
},
4747
"scripts": {
4848
"build.plugin": "cd ../src && npm run build",
49-
"ci.tslint": "npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**' --exclude '**/typings/**'",
50-
"ns-bundle": "ns-bundle",
51-
"publish-ios-bundle": "npm run ns-bundle --ios --publish-app",
52-
"generate-android-snapshot": "generate-android-snapshot --targetArchs arm,arm64,ia32 --install",
53-
"start-android-bundle": "npm run ns-bundle --android --run-app",
54-
"start-ios-bundle": "npm run ns-bundle --ios --run-app",
55-
"build-android-bundle": "npm run ns-bundle --android --build-app",
56-
"build-ios-bundle": "npm run ns-bundle --ios --build-app"
49+
"ci.tslint": "npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**' --exclude '**/typings/**'"
5750
}
5851
}

0 commit comments

Comments
 (0)