quirons-broker
Advanced tools
Comparing version 0.0.1-alpha.1 to 0.0.1-alpha.2
{ | ||
"name": "quirons-broker", | ||
"version": "0.0.1-alpha.1", | ||
"version": "0.0.1-alpha.2", | ||
"description": "A small library to expose the broker ttalk types", | ||
@@ -9,3 +9,3 @@ "main": "index.ts", | ||
"typescript": { | ||
"definition": "index.d.ts" | ||
"definition": "index.d.ts" | ||
}, | ||
@@ -19,3 +19,3 @@ "repository": "git@github.com:nginformatica/quirons-broker.git", | ||
"prepare": "rm -rf ./lib/* && yarn build && yarn copy", | ||
"publish": "yarn prepare && npm publish lib --scope=quirons --tag alpha --access public" | ||
"publish": "npm publish lib --scope=quirons --tag alpha --access public" | ||
}, | ||
@@ -22,0 +22,0 @@ "devDependencies": { |
52305