Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(126)

Side by Side Diff: third_party/node/package.json

Issue 2921793002: WebUI: Replace uglifyjs with uglify-es which understands ES6. (Closed)
Patch Set: Resolve conflicts. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/node/node_modules.tar.gz.sha1 ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "webui-node-modules", 2 "name": "webui-node-modules",
3 "version": "1.0.0", 3 "version": "1.0.0",
4 "author": "dpapad@chromium.org", 4 "author": "dpapad@chromium.org",
5 "dependencies": { 5 "dependencies": {
6 "crisper": "2.0.2", 6 "crisper": "2.0.2",
7 "eslint": "3.19.0", 7 "eslint": "3.19.0",
8 "polymer-css-build": "0.1.2", 8 "polymer-css-build": "0.1.2",
9 "uglifyjs": "2.4.10", 9 "uglify-es": "3.0.15",
10 "vulcanize": "1.15.4" 10 "vulcanize": "1.15.4"
11 } 11 }
12 } 12 }
OLDNEW
« no previous file with comments | « third_party/node/node_modules.tar.gz.sha1 ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698