Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Jul 7, 2019
1 parent abdf65e commit 0b96ea8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions demo/app/app.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var application = require("application");
var application = require("tns-core-modules/application");
var localize = require("nativescript-localize");

application.setResources({ L: localize });
application.start({ moduleName: "main-page" });
application.run({ moduleName: "main-page" });
5 changes: 3 additions & 2 deletions demo/nsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"appPath": "app",
"appResourcesPath": "app/resources"
}
"appResourcesPath": "app/resources",
"useLegacyWorkflow": true
}
6 changes: 3 additions & 3 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"tns-core-modules": "~5.4.3",
"tns-platform-declarations": "~5.4.3",
"tslint": "^5.8.0",
"typescript": "~3.4.1",
"typescript": "~3.1.6",
"zone.js": "^0.8.26"
},
"nativescript": {
Expand Down

0 comments on commit 0b96ea8

Please sign in to comment.