diff --git a/package.json b/package.json index 3589223..9871329 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pug-loader", - "version": "2.4.0", + "version": "2.4.1", "author": "Tobias Koppers @sokra", "description": "Pug loader module for webpack", "maintainers": [ @@ -12,7 +12,7 @@ "resolve": "^1.1.7" }, "peerDependencies": { - "pug": "^2.0.0" + "pug": "^2.0.0 || ^3.0.0" }, "devDependencies": { "mocha": "*", @@ -27,4 +27,4 @@ "url": "git://github.com/pugjs/pug-loader.git" }, "license": "MIT" -} \ No newline at end of file +}