Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: package.json

Issue 29517687: Issue 5079, 5516 - Use webpack for browser tests, modules for content scripts (Closed)
Patch Set: Addressed nits Created Aug. 17, 2017, 1:25 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/content/elemHideEmulation.js ('k') | test/browser/_bootstrap.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: package.json
diff --git a/package.json b/package.json
index 75f9c9238596ef10c4fc173c350f44cddd739b2b..0ce9204af7de0d78d16fc321291c27d86aa4f458 100644
--- a/package.json
+++ b/package.json
@@ -7,9 +7,12 @@
"chrome-remote-interface": "^0.20.0",
"eslint": "^3.19.0",
"eslint-config-eyeo": "1.0.4",
+ "extract-zip": "1.6.5",
+ "memory-fs": "0.4.1",
"nodeunit": "0.9.1",
"sandboxed-module": "2.0.3",
- "extract-zip": "1.6.5"
+ "script-loader": "0.7.0",
+ "webpack": "3.5.4"
},
"scripts": {
"eslint": "eslint *.js lib test chrome",
« no previous file with comments | « lib/content/elemHideEmulation.js ('k') | test/browser/_bootstrap.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld