Skip to content

Commit 0b96ea8

Browse files
cleanup
1 parent abdf65e commit 0b96ea8

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

demo/app/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
var application = require("application");
1+
var application = require("tns-core-modules/application");
22
var localize = require("nativescript-localize");
33

44
application.setResources({ L: localize });
5-
application.start({ moduleName: "main-page" });
5+
application.run({ moduleName: "main-page" });

demo/nsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"appPath": "app",
3-
"appResourcesPath": "app/resources"
4-
}
3+
"appResourcesPath": "app/resources",
4+
"useLegacyWorkflow": true
5+
}

src/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"tns-core-modules": "~5.4.3",
6161
"tns-platform-declarations": "~5.4.3",
6262
"tslint": "^5.8.0",
63-
"typescript": "~3.4.1",
63+
"typescript": "~3.1.6",
6464
"zone.js": "^0.8.26"
6565
},
6666
"nativescript": {

0 commit comments

Comments
 (0)