Skip to content

Commit

Permalink
Ensure stylus dep only gets patch versions
Browse files Browse the repository at this point in the history
  • Loading branch information
craigbeck committed May 8, 2023
1 parent db77731 commit 6bea297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"homepage": "https://github.com/codeparty/derby-stylus",
"dependencies": {
"nib": "^1.2.0",
"stylus": "^0.59.0"
"stylus": "~0.59.0"
}
}

0 comments on commit 6bea297

Please sign in to comment.