Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Commit 9634da9

Browse files
authored
Merge pull request #53 from vvass/patch-1
Allow to use npm 3 and higher
2 parents e5e2d0c + 306ce0a commit 9634da9

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
@@ -10,7 +10,7 @@
1010
"types": "dist/reactblockui.d.ts",
1111
"engines": {
1212
"node": ">= 5.0.0",
13-
"npm": "^3.0.0"
13+
"npm": ">= 3.0.0"
1414
},
1515
"scripts": {
1616
"coveralls": "coveralls < ./__test__/coverage/lcov.info",

0 commit comments

Comments
 (0)