Skip to content

Commit

Permalink
chore: official versions 5.4.x (ready for release tag)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickIliev committed Jul 10, 2019
1 parent 04a235a commit ca16480
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"license": "Apache-2.0",
"nativescript": {
"id": "org.nativescript.nativescriptsdkexamplesng",
"tns-ios": {
"version": "next"
},
"tns-android": {
"version": "next"
"version": "5.4.0"
},
"tns-ios": {
"version": "5.4.2"
}
},
"dependencies": {
Expand All @@ -37,14 +37,14 @@
"@angular/platform-browser": "8.0.0",
"@angular/platform-browser-dynamic": "8.0.0",
"@angular/router": "8.0.0",
"nativescript-angular": "next",
"nativescript-camera": "^4.4.0",
"nativescript-geolocation": "^5.0.0",
"nativescript-angular": "8.0.1",
"nativescript-camera": "^4.5.0",
"nativescript-geolocation": "^5.1.0",
"nativescript-intl": "~3.0.0",
"nativescript-theme-core": "^1.0.4",
"nativescript-theme-core": "^1.0.6",
"reflect-metadata": "~0.1.12",
"rxjs": "^6.3.3",
"tns-core-modules": "next",
"tns-core-modules": "5.4.3",
"zone.js": "^0.8.4"
},
"devDependencies": {
Expand All @@ -55,12 +55,12 @@
"glob": "^7.1.3",
"lazy": "1.0.11",
"markdown-snippet-injector": "^0.2.2",
"nativescript-dev-typescript": "next",
"nativescript-dev-webpack": "next",
"nativescript-dev-typescript": "0.10.0",
"nativescript-dev-webpack": "0.24.1",
"opener": "^1.4.1",
"rimraf": "^2.5.3",
"tar.gz": "^1.0.5",
"tns-platform-declarations": "next",
"tns-platform-declarations": "5.4.3",
"tslint": "^5.11.0",
"typescript": "~3.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ module.exports = env => {

const ngCompilerPlugin = new AngularCompilerPlugin({
hostReplacementPaths: nsWebpack.getResolver([platform, "tns"]),
platformTransformers: ngCompilerTransformers.map(t => t(() => ngCompilerPlugin, resolve(appFullPath, entryModule))),
platformTransformers: ngCompilerTransformers.map(t => t(() => ngCompilerPlugin, resolve(appFullPath, entryModule), projectRoot)),
mainPath: join(appFullPath, entryModule),
tsConfigPath: join(__dirname, tsConfigName),
skipCodeGeneration: !aot,
Expand Down

0 comments on commit ca16480

Please sign in to comment.