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

Unified Diff: package.json

Issue 29574582: Issue 5535 - Replace our module system with webpack (Closed)
Patch Set: Addressed nit Created Oct. 13, 2017, 7:24 a.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 | « info-loader.js ('k') | packagerChrome.py » ('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 b925927b59e0a1cecbfb96e45cd1fbc502d37208..d032818ab9b6dfe5e12ef8fcbe4112422df61f2f 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,9 @@
"repository": "https://hg.adblockplus.org/buildtools",
"license": "MPL-2.0",
"dependencies": {
- "jsdoc": "3.5.4"
+ "jsdoc": "3.5.4",
+ "memory-fs": "0.4.1",
+ "webpack": "3.6.0"
},
"scripts": {
"jsdoc": "jsdoc"
« no previous file with comments | « info-loader.js ('k') | packagerChrome.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld