Skip to content

Commit

Permalink
chore: use greater than for npm engine
Browse files Browse the repository at this point in the history
Using a caret means that it wants npm 3 and not greater than npm 3
  • Loading branch information
eddiemonge authored Jan 7, 2020
1 parent b9d015f commit e644ab0
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 @@ -65,6 +65,6 @@
},
"main": "dist/MaterialColorPicker.js",
"engines": {
"npm": "^3.0.0"
"npm": ">=3.0.0"
}
}

0 comments on commit e644ab0

Please sign in to comment.