Skip to content

Commit

Permalink
Fix: Use caret range for requireindex in template (#82)
Browse files Browse the repository at this point in the history
Avoid unnecessarily constraining the dependency versions which prevents users from receiving patch/minor updates.
  • Loading branch information
bmish committed Jul 6, 2021
1 parent baa4faa commit 6d3e1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/templates/_package.json
Expand Up @@ -14,7 +14,7 @@
"test": "mocha tests --recursive"
},
"dependencies": {
"requireindex": "~1.1.0"
"requireindex": "^1.1.0"
},
"devDependencies": {
"eslint": "^7.1.0",
Expand Down

0 comments on commit 6d3e1e2

Please sign in to comment.