Skip to content

Commit

Permalink
Update nw.js to 0.25.0 and nw-builder to 3.1.3
Browse files Browse the repository at this point in the history
The current nw.js version has an issue with the file open dialog. It shoes squares instead of the correct font on Arch linux based systems. Updating the version to 0.25.0 fixes this issue.

NemProject#193
  • Loading branch information
akkie committed Sep 14, 2017
1 parent de151c1 commit c59429e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ build/Release
# App builds
dist
cache
build

# Dependency directories
node_modules
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ gulp.task('views', function() {
// Build App
gulp.task('app', function () {
var nw = new NwBuilder({
version: '0.14.6',
version: '0.25.0',
files: './build/**',
buildDir: './dist',
buildType: 'versioned',
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"bootstrap": "3.3.7",
"jquery": "3.0.0",
"marked": "^0.3.5",
Expand All @@ -35,8 +34,8 @@
"gulp-autoprefixer": "^3.1.1",
"gulp-sass": "^3.0.0",
"gulp-util": "^3.0.8",
"nw": "^0.20.1",
"nw-builder": "^3.1.3",
"nw": "^0.25.0",
"nw-builder": "^3.4.1",
"zxcvbn": "4.4.2"
},
"directories": {
Expand Down

0 comments on commit c59429e

Please sign in to comment.