fix `package.json` types field

pull/7738/head
mrkishi 6 years ago committed by Conduitry
parent 7b11b3ff52
commit 72104a5b4b

@ -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