BREAKING CHANGE(core): switch to support binary files in future versions

This commit is contained in:
2019-06-04 15:40:30 +02:00
parent a8e6462f55
commit 9a9523cc13
8 changed files with 143 additions and 64 deletions

View File

@@ -24,5 +24,15 @@
},
"dependencies": {
"@pushrocks/smartdelay": "^2.0.2"
}
}
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}