Skip to content

Commit

Permalink
Update peerDependency to support pug@3
Browse files Browse the repository at this point in the history
  • Loading branch information
phacks authored Jan 14, 2021
1 parent 99e7e12 commit 65d834e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"resolve": "^1.1.7"
},
"peerDependencies": {
"pug": "^2.0.0"
"pug": ">=2.0.0"
},
"devDependencies": {
"mocha": "*",
Expand All @@ -27,4 +27,4 @@
"url": "git://github.com/pugjs/pug-loader.git"
},
"license": "MIT"
}
}

0 comments on commit 65d834e

Please sign in to comment.