fix `package.json` types field

pull/3030/head
mrkishi 5 years ago committed by Conduitry
parent 52618594f4
commit 453b9ac2da

@ -21,7 +21,7 @@
"engines": {
"node": ">= 8"
},
"types": "types/runtime",
"types": "types/runtime/index.d.ts",
"scripts": {
"test": "mocha --opts mocha.opts",
"test:unit": "mocha --require sucrase/register --recursive ./**/__test__.ts",

Loading…
Cancel
Save