Skip to content

Commit 5ecc03a

Browse files
committed
Merge branch 'release/0.5.1'
2 parents 2dfafdd + 14263b1 commit 5ecc03a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ Every release, along with the migration instructions, if any, is documented on t
8181
* [Victor Homyakov](https://github.com/victor-homyakov) for the propagation of the `cache` option.
8282
* [VladimirTechMan](https://github.com/VladimirTechMan) for the propagation of the `optimize` option and updating things to be compatible with PEG.js 0.10.0.
8383
* [ragtime](https://github.com/ragtime) for the propagation of the `allowedStartRules` and `trace` options.
84+
* [Jan Varwig](https://github.com/janv) for the Webpack 2 compatibility fix.
8485

8586
## License
8687

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pegjs-loader",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "PEG.js loader for webpack",
55
"authors": [
66
"Andrey Subbotin <[email protected]> (https://github.com/eploko)",
@@ -26,7 +26,7 @@
2626
"homepage": "http://eploko.github.io/pegjs-loader",
2727
"peerDependencies": {
2828
"pegjs": "^0.10.0",
29-
"webpack": "^1.12.2"
29+
"webpack": "1 || 2 || ^2.1.0-beta || ^2.2.0-rc"
3030
},
3131
"dependencies": {
3232
"loader-utils": "^0.2.5"

0 commit comments

Comments
 (0)