fix(core): update

This commit is contained in:
2020-04-30 09:02:43 +00:00
parent 3e05c116f3
commit 2f57c26b87
8 changed files with 48 additions and 48 deletions

View File

@ -4,7 +4,7 @@
"private": false,
"description": "TypeScript nightly to easily make use of latest features",
"main": "dist_ts/index.js",
"typings": "dist/index.d.ts",
"typings": "dist_ts/index.d.ts",
"bin": {
"tsbuild": "cli.js"
},
@ -45,8 +45,7 @@
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_bundle/**/*",
"dist_web/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
@ -54,4 +53,4 @@
"npmextra.json",
"readme.md"
]
}
}