fix(core): update

This commit is contained in:
2019-10-10 18:14:07 +02:00
parent 8665464416
commit 8ff2a9d64a
6 changed files with 120 additions and 105 deletions

View File

@@ -38,5 +38,16 @@
"normalize-newline": "^3.0.0",
"randomatic": "^3.1.1",
"strip-indent": "^3.0.0"
}
}
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_web/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}