Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
NickIliev committed Jun 24, 2019
1 parent 31bca25 commit 6c43fde
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"nativescript": {
"id": "org.nativescript.curiosity",
"tns-ios": {
"version": "6.0.0-2019-06-10-154118-03"
"version": "next"
},
"tns-android": {
"version": "6.0.0-2019-06-11-172137-01"
"version": "6.0.0-2019-06-24-113546-01"
}
},
"dependencies": {
Expand All @@ -22,17 +22,17 @@
"@angular/platform-browser": "8.0.0",
"@angular/platform-browser-dynamic": "8.0.0",
"@angular/router": "8.0.0",
"nativescript-angular": "~8.0.1",
"nativescript-angular": "next",
"nativescript-app-center": "^1.0.3",
"nativescript-cardview": "^3.2.0",
"nativescript-permissions": "^1.3.6",
"nativescript-plugin-firebase": "^9.0.1",
"nativescript-social-share": "^1.5.2",
"nativescript-theme-core": "^1.0.6",
"nativescript-ui-sidedrawer": "7.0.0-androidx-110619",
"nativescript-ui-sidedrawer": "androidx",
"reflect-metadata": "~0.1.13",
"rxjs": "^6.5.2",
"tns-core-modules": "6.0.0-next-2019-06-20-155941-01",
"tns-core-modules": "next",
"zone.js": "^0.9.1"
},
"devDependencies": {
Expand All @@ -45,7 +45,7 @@
"mocha": "~5.2.0",
"mochawesome": "~3.1.2",
"nativescript-dev-appium": "next",
"nativescript-dev-webpack": "0.25.0-next-2019-06-21-150426-03",
"nativescript-dev-webpack": "next",
"tns-platform-declarations": "~5.4.2",
"tslint": "^5.11.0",
"typescript": "3.4.1"
Expand Down
1 change: 0 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ module.exports = env => {
new CleanWebpackPlugin(itemsToClean, { verbose: !!verbose }),
// Copy assets to out dir. Add your own globs as needed.
new CopyWebpackPlugin([
{ from: { glob: "settings.json"} }, // HERE
{ from: { glob: "fonts/**" } },
{ from: { glob: "**/*.jpg" } },
{ from: { glob: "**/*.png" } },
Expand Down

0 comments on commit 6c43fde

Please sign in to comment.