@hostv2hp/common
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -5,3 +5,3 @@ "use strict"; | ||
r: 255, | ||
g: 0, | ||
g: 10, | ||
b: 0 | ||
@@ -8,0 +8,0 @@ }; |
{ | ||
"name": "@hostv2hp/common", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -12,3 +12,4 @@ "main": "./build/index.js", | ||
"build": "npm run clean && tsc", | ||
"clean": "del-cli ./build/*" | ||
"clean": "del-cli ./build/*", | ||
"pub": "git add . && git commit -m \"updates\" && npm version patch && npm run build && npm publish" | ||
}, | ||
@@ -15,0 +16,0 @@ "keywords": [], |
808