Skip to content

Commit bbdad6f

Browse files
authored
Merge pull request #17 from eddiemonge/patch-1
chore: use greater than for npm engine
2 parents b9d015f + e644ab0 commit bbdad6f

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)