Skip to content

Commit

Permalink
fix error with newer uglify
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Oct 11, 2019
1 parent 02d1c75 commit b4eab64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"bench": "node bench/bench.js",
"test": "eslint index.js compile.js test/*.js bench/bench-tiles.js bin/pbf && tap test/*.test.js && npm run build-min",
"cov": "tap test/*.test.js --cov --coverage-report=html",
"build-min": "mkdirp dist && browserify index.js -s Pbf | uglifyjs -c warnings=false -m > dist/pbf.js",
"build-min": "mkdirp dist && browserify index.js -s Pbf | uglifyjs -c -m > dist/pbf.js",
"build-dev": "mkdirp dist && browserify index.js -d -s Pbf > dist/pbf-dev.js",
"prepublishOnly": "npm run build-dev && npm run build-min"
},
Expand Down Expand Up @@ -56,7 +56,7 @@
"protocol-buffers": "^4.1.0",
"tap": "^12.6.0",
"tile-stats-runner": "^1.0.0",
"uglify-js": "^3.4.9"
"uglify-js": "^3.6.1"
},
"eslintConfig": {
"extends": "mourner",
Expand Down

0 comments on commit b4eab64

Please sign in to comment.