fix `package.json` types field

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

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

Loading…
Cancel
Save