pin @types/node to 8
This commit is contained in:
parent
eaa62d8607
commit
5cc954bb02
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue