Skip to content

Commit

Permalink
Merge pull request #10244 from dardinier/fix-webpack-example
Browse files Browse the repository at this point in the history
Fix webpack example
  • Loading branch information
timvandermeij authored Nov 12, 2018
2 parents 4724ebb + 2011345 commit 960213c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 960213c

Please sign in to comment.