Adding uglify-js dependency to package.json (#135)

This commit is contained in:
Eric Hagan 2016-10-21 00:19:06 -05:00 committed by Paulus Schoutsen
parent 4ec6049c73
commit 1990caf454

View File

@ -54,6 +54,7 @@
"rollup-plugin-uglify": "^1.0.1", "rollup-plugin-uglify": "^1.0.1",
"rollup-watch": "^2.5.0", "rollup-watch": "^2.5.0",
"sw-precache": "^4.0.0", "sw-precache": "^4.0.0",
"uglify-js": "^2.7.3",
"vulcanize": "^1.14.8" "vulcanize": "^1.14.8"
} }
} }