Skip to content

Commit e644ab0

Browse files
authored
chore: use greater than for npm engine
Using a caret means that it wants npm 3 and not greater than npm 3
1 parent b9d015f commit e644ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@
6565
},
6666
"main": "dist/MaterialColorPicker.js",
6767
"engines": {
68-
"npm": "^3.0.0"
68+
"npm": ">=3.0.0"
6969
}
7070
}

0 commit comments

Comments
 (0)