fix(core): update

This commit is contained in:
2021-02-20 17:52:21 +00:00
parent 0f0cfdae77
commit 214677b3c4
8 changed files with 100 additions and 64 deletions

View File

@ -25,14 +25,18 @@
"node-forge": "^0.10.0"
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"dist_ts_web/*",
"assets/*",
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"browserslist": [
"last 1 chrome versions"
]
}
}