Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 772d592

Browse files
committed
Support minimum node version of 8
1 parent dda77e0 commit 772d592

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"type": "git",
1313
"url": "git+https://github.com/PythonCoderAS/array-string-map.git"
1414
},
15+
"engines": {
16+
"node": ">=8.X.X"
17+
},
1518
"keywords": [
1619
"array",
1720
"string",

0 commit comments

Comments
 (0)