fix(core): update

This commit is contained in:
2020-05-25 21:49:35 +00:00
parent 4d0fb3eb30
commit 93778e1bcf
9 changed files with 148 additions and 71 deletions

View File

@@ -30,13 +30,15 @@
"luxon": "^1.16.0"
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"assets/*",
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}
}