Skip to content

Commit

Permalink
fix(npm): fix installation warning for npm 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipoliko committed May 13, 2020
1 parent 88d3da4 commit 21097d0
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 @@ -100,7 +100,7 @@
"@ima/plugin-useragent": "2.x"
},
"engines": {
"npm": ">=4 <6"
"npm": ">=4 <7"
},
"dependencies": {
"infinite-circle": "^0.2.5"
Expand Down

0 comments on commit 21097d0

Please sign in to comment.