mirror of
https://github.com/dzeiocom/libs.git
synced 2025-07-23 13:29:53 +00:00
fix(listener): moved from yarn to npm
Signed-off-by: Avior <f.bouillon@aptatio.com>
This commit is contained in:
@ -12,7 +12,7 @@
|
|||||||
"main": "./dist/Listener.js",
|
"main": "./dist/Listener.js",
|
||||||
"types": "./dist/Listener.d.ts",
|
"types": "./dist/Listener.d.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepublishOnly": "yarn build",
|
"prepublishOnly": "npm run build",
|
||||||
"build": "tsc"
|
"build": "tsc"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user