Skip to content

Commit 2c25246

Browse files
committed
Restrict node version
EyalAr/lwip#297 (comment)
1 parent cb79a64 commit 2c25246

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
"bugs": {
2222
"url": "https://github.com/hassankhan/emojify.js/issues"
2323
},
24+
"engineStrict": true,
25+
"engines": {
26+
"node": "7.5.0"
27+
},
2428
"devDependencies": {
2529
"del": "~0.1.3",
2630
"emoji-datasource-apple": "^4.1.0",

0 commit comments

Comments
 (0)