@rm8tickets/common
Advanced tools
Comparing version 1.0.5 to 1.0.6
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var color = { | ||
red: 10, | ||
red: 20, | ||
blue: 10, | ||
@@ -6,0 +6,0 @@ green: 10 |
{ | ||
"name": "@rm8tickets/common", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "", | ||
@@ -12,3 +12,4 @@ "main": "./build/index.js", | ||
"clean": "del /Q .\\build\\*", | ||
"build": "npm run clean && tsc" | ||
"build": "npm run clean && tsc", | ||
"pub": "git add . && git commit -m \"Updates\" && npm version patch && npm run build && npm publish" | ||
}, | ||
@@ -15,0 +16,0 @@ "keywords": [], |
827