Skip to content

Commit

Permalink
Move uglify-es and uglify-js to dependencies
Browse files Browse the repository at this point in the history
Fixes #41. Closes #42.
  • Loading branch information
alopezsanchez authored and mathiasbynens committed Mar 19, 2018
1 parent b0f01f7 commit 707d377
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 @@ -51,6 +51,8 @@
"source-map": "0.6.1",
"string-align": "^0.2.0",
"typescript": "2.7.2",
"uglify-es": "3.3.9",
"uglify-js": "3.3.16",
"virtualfs": "^1.0.0"
},
"devDependencies": {
Expand All @@ -62,8 +64,6 @@
"node-libs-browser": "^2.1.0",
"os-browserify": "^0.3.0",
"raw-loader": "github:bmeurer/raw-loader#escape",
"uglify-es": "3.1.9",
"uglify-js": "3.1.9",
"webpack": "^3.8.1"
}
}

0 comments on commit 707d377

Please sign in to comment.