1
Fork 0

pin @types/node to 8

This commit is contained in:
Conduitry 2019-08-27 19:44:10 -04:00
parent eaa62d8607
commit 5cc954bb02

View file

@ -33,7 +33,7 @@
"rollup": "^1",
"rollup-plugin-cheap-ts": "Conduitry/rollup-plugin-cheap-ts#semver:^1",
"typescript": "^3",
"@types/node": "*"
"@types/node": "=8"
},
"scripts": {
"build": "rollup -c",