Skip to content

Commit

Permalink
Fix dependency issue (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
dumconstantin authored and TimothyGu committed Feb 24, 2017
1 parent 2a18950 commit e1f27be
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,11 +12,11 @@
"resolve": "^1.1.7"
},
"peerDependencies": {
"pug": ">=2.0.0-beta3 <3"
"pug": ">=2.0.0-beta <3"
},
"devDependencies": {
"mocha": "*",
"pug": "^2.0.0-beta4",
"pug": "^2.0.0-beta",
"should": "*"
},
"scripts": {
Expand Down

0 comments on commit e1f27be

Please sign in to comment.