chat is both a lib and standalone

pull/6896/head
Niklas Fiekas 2020-06-29 09:04:42 +02:00
parent 501ad41aca
commit 16c174ca58
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@
"license": "AGPL-3.0-or-later",
"scripts": {
"compile": "../../node_modules/typescript/bin/tsc",
"dev": "yarn run compile",
"prod": "yarn run compile"
"dev": "yarn run compile && gulp dev",
"prod": "yarn run compile && gulp prod"
},
"dependencies": {
"snabbdom": "^0.7.4"