fix(core): update

This commit is contained in:
2019-10-01 19:28:50 +02:00
parent 9e6cb240dd
commit 6595d61562
7 changed files with 57 additions and 27 deletions

View File

@ -24,5 +24,16 @@
"@pushrocks/smartpromise": "^3.0.5",
"@types/node-forge": "^0.8.6",
"node-forge": "^0.9.1"
}
}
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"dist_ts_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}