Skip to content

Commit

Permalink
Accept compatible versions of all stable pug packages (#2320)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyGu authored and ForbesLindesay committed Apr 18, 2016
1 parent de4fd53 commit 610972b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"main": "lib",
"dependencies": {
"pug-code-gen": "0.0.7",
"pug-filters": "1.2.1",
"pug-lexer": "1.0.1",
"pug-filters": "^1.2.1",
"pug-lexer": "^1.0.1",
"pug-linker": "0.0.4",
"pug-loader": "1.0.2",
"pug-parser": "1.0.0",
"pug-runtime": "2.0.1",
"pug-loader": "^1.0.2",
"pug-parser": "^1.0.0",
"pug-runtime": "^2.0.1",
"pug-strip-comments": "0.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 610972b

Please sign in to comment.