fix(core): update

This commit is contained in:
2020-01-18 16:55:29 +00:00
parent ae580dd09e
commit b3047fed9a
3 changed files with 64 additions and 49 deletions

View File

@@ -28,13 +28,14 @@
"turndown-plugin-gfm": "^1.0.2"
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"assets/*",
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_web/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}
}