Skip to content

Commit 6185962

Browse files
authored
fix: support pug 3 (#254)
1 parent 298670e commit 6185962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"peerDependencies": {
2727
"gm": "^1.23.0",
28-
"pug": "^2.0.0",
28+
"pug": "^2.0.0 || ^3.0.0",
2929
"sharp": "^0.21.0",
3030
"vue": "^2.7.2",
3131
"vuetify": "^1.3.0 || ^2.0.0",

0 commit comments

Comments
 (0)