fix(core): update

This commit is contained in:
2019-10-01 20:03:36 +02:00
parent 14cf8c3b6c
commit 0753fae234
6 changed files with 48 additions and 71 deletions

View File

@@ -24,5 +24,16 @@
"@pushrocks/smartcrypto": "^1.0.7",
"@types/jsonwebtoken": "^8.3.4",
"jsonwebtoken": "^8.5.1"
}
}
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"dist_ts_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}