1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Merge pull request #3934 from MetaMask/node-engines

package.json - update engines field to require node v8.x.x
This commit is contained in:
Dan Finlay 2018-04-23 16:42:39 -07:00 committed by GitHub
commit 9ae2558d20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -278,6 +278,6 @@
"watchify": "^3.9.0"
},
"engines": {
"node": ">=0.8.0"
"node": ">=8.0.0"
}
}