Browse Source

feat(deps): Remove uglify devDependency

As I recall, this was only added to mitigate issues with running `npm
ls` and correctly showing all dependencies installed (see
https://github.com/pelias/api/issues/1179).
pull/1195/head
Julian Simioni 6 years ago
parent
commit
e588b92c5e
No known key found for this signature in database
GPG Key ID: B9EEB0C6EE0910A1
  1. 3
      package.json

3
package.json

@ -78,8 +78,7 @@
"source-map": "^0.7.0", "source-map": "^0.7.0",
"tap-dot": "^2.0.0", "tap-dot": "^2.0.0",
"tape": "^4.5.1", "tape": "^4.5.1",
"tmp": "^0.0.33", "tmp": "^0.0.33"
"uglify-js": "^3.0.4"
}, },
"pre-commit": [ "pre-commit": [
"lint", "lint",

Loading…
Cancel
Save