Skip to content

Commit 65d834e

Browse files
authored
Update peerDependency to support pug@3
pugjs#126
1 parent 99e7e12 commit 65d834e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"resolve": "^1.1.7"
1313
},
1414
"peerDependencies": {
15-
"pug": "^2.0.0"
15+
"pug": ">=2.0.0"
1616
},
1717
"devDependencies": {
1818
"mocha": "*",
@@ -27,4 +27,4 @@
2727
"url": "git://github.com/pugjs/pug-loader.git"
2828
},
2929
"license": "MIT"
30-
}
30+
}

0 commit comments

Comments
 (0)