bump, include source maps in releases

This commit is contained in:
Eugene Pankov
2021-07-11 16:12:36 +02:00
parent c1051379c1
commit 7db3335938
14 changed files with 16 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "tabby-serial",
"version": "1.0.147-nightly.0",
"version": "1.0.147-nightly.1",
"description": "Serial connections for Tabby",
"keywords": [
"tabby-builtin-plugin"
@@ -18,7 +18,8 @@
"license": "MIT",
"devDependencies": {
"@types/node": "14.14.14",
"ansi-colors": "^4.1.1"
"ansi-colors": "^4.1.1",
"serialport-binding-webserialapi": "^1.0.3"
},
"peerDependencies": {
"@angular/animations": "^9.1.9",