1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-23 19:32:14 +00:00

fix(listener): moved from yarn to npm

Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
Florian Bouillon 2022-11-17 10:42:29 +01:00
parent 20c6044a9d
commit 9f3e415d2f
Signed by: Florian Bouillon
GPG Key ID: E05B3A94178D3A7C

View File

@ -12,7 +12,7 @@
"main": "./dist/Listener.js",
"types": "./dist/Listener.d.ts",
"scripts": {
"prepublishOnly": "yarn build",
"prepublishOnly": "npm run build",
"build": "tsc"
}
}