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: Created Aug. 16, 2017, 3:40 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
Index: package.json
diff --git a/package.json b/package.json
index 75f9c9238596ef10c4fc173c350f44cddd739b2b..9096637c98477a51a39d0c6403a569cc7491dc32 100644
--- a/package.json
+++ b/package.json
@@ -7,9 +7,11 @@
"chrome-remote-interface": "^0.20.0",
"eslint": "^3.19.0",
"eslint-config-eyeo": "1.0.4",
+ "extract-zip": "1.6.5",
"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",

Powered by Google App Engine
This is Rietveld