fix `package.json` types field

pull/2994/head
mrkishi 6 years ago committed by Conduitry
parent 43d1efe3cf
commit 227209b11f

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