Skip to content

Commit

Permalink
Fix build problems with Node v10.
Browse files Browse the repository at this point in the history
  • Loading branch information
dasmoth committed Nov 18, 2018
1 parent 8a7c719 commit 64565ab
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions package.json
Expand Up @@ -10,33 +10,41 @@
},
"dependencies": {
"es6-promise": "~3.0.2",
"jszlib": "dasmoth/jszlib",
"jszlib": "github:dasmoth/jszlib",
"ramda": "^0.21.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.13.2",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.13.2",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "12.0.1",
"eslint": "^2.13.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-babel": "^6.1.3",
"gulp-eslint": "^2.0.0",
"gulp-rename": "~1.2.0",
"gulp-rename": "^1.2.3",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "1.5.1",
"jasmine-core": "^2.4.1",
"jasmine-core": "^2.99.1",
"karma": "~0.13.15",
"karma-browserify": "4.4.2",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "~0.3.6",
"natives": "^1.1.4",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"watchify": "~3.6.1"
},
"files": ["lib", "css", "fonts", "help", "img", "build/worker-all.js"],
"files": [
"lib",
"css",
"fonts",
"help",
"img",
"build/worker-all.js"
],
"main": "lib/module-exports.js",
"scripts": {
"compile": "babel js -d lib && gulp compile-worker"
Expand Down

0 comments on commit 64565ab

Please sign in to comment.