Skip to content

Commit 64c6dd1

Browse files
committedMay 30, 2019
fix node version
1 parent 8b8d67b commit 64c6dd1

File tree

2 files changed

+3476
-289
lines changed

2 files changed

+3476
-289
lines changed
 

‎package-lock.json

Lines changed: 3474 additions & 288 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
"react": "^16.8.6"
5757
},
5858
"engines": {
59-
"node": ">=10.14.0"
59+
"node": "^8.11.2",
60+
"npm": "^5.6.0"
6061
},
6162
"dependencies": {
6263
"classnames": "^2.2.6",

0 commit comments

Comments
 (0)
Please sign in to comment.