Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit eeb8a7f

Browse files
authored
package.json: engine.npm set to '^6.x' (#9)
- it was too strict before, and failed with the latest Node.js 12.x Fixes: #8
1 parent 064f465 commit eeb8a7f

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
@@ -8,7 +8,7 @@
88
],
99
"engines": {
1010
"node": "^12.x",
11-
"npm": "6.4.1"
11+
"npm": "^6.x"
1212
},
1313
"scripts": {
1414
"test": "npm run lint && npm run jest",

0 commit comments

Comments
 (0)