@aonautilus/ticketingcommon
Advanced tools
Comparing version 1.0.1 to 1.0.2
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var color = { | ||
red: 10, | ||
red: 20, | ||
blue: 10, | ||
@@ -6,0 +6,0 @@ green: 10 |
{ | ||
"name": "@aonautilus/ticketingcommon", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -12,3 +12,4 @@ "main": "./build/index.js", | ||
"clean": "del ./build/*", | ||
"build": "yarn clean && tsc" | ||
"build": "yarn clean && tsc", | ||
"pub": "git add . && git commit -m \"Updates\" && npm version patch && yarn build && npm publish" | ||
}, | ||
@@ -15,0 +16,0 @@ "keywords": [], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
809