fix(core): update

This commit is contained in:
2019-08-02 16:33:45 +02:00
parent 256a14fcb0
commit 500a291b2a
5 changed files with 53 additions and 57 deletions

View File

@@ -36,5 +36,16 @@
"@types/minimatch": "^3.0.3",
"minimatch": "^3.0.4",
"symbol-tree": "^3.2.2"
}
}
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"dist_ts_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}