1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

Update versions in webpack example

Fix package.json after review
This commit is contained in:
Alexis Dardinier 2018-11-09 09:43:23 +01:00 committed by Alexis Dardinier
parent 2194aef03e
commit 2011345315

View file

@ -5,8 +5,8 @@
"build": "webpack"
},
"devDependencies": {
"webpack": "^4.10.2",
"webpack-cli": "^2.1.4",
"webpack": "4.21.0",
"webpack-cli": "^3.1.2",
"pdfjs-dist": "../../node_modules/pdfjs-dist"
}
}