@kaizen/component-base
Advanced tools
Comparing version 1.1.5 to 1.1.6
{ | ||
"name": "@kaizen/component-base", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "Base setup and shared helpers for components", | ||
"scripts": { | ||
"prepublish": "tsc --project tsconfig.dist.json", | ||
"build": "yarn clean && yarn prepublish", | ||
"build:watch": "yarn clean && yarn prepublish --watch", | ||
"clean": "rimraf '**/*.d.ts' '**/*.js' '**/*.map'" | ||
"build": "yarn prepublish", | ||
"clean": "rimraf -g '**/*.d.ts' '**/*.js' '**/*.map'" | ||
}, | ||
@@ -20,15 +19,9 @@ "repository": { | ||
"files": [ | ||
"**/*", | ||
"!**/*.ts", | ||
"!**/*.tsx", | ||
"**/*.d.ts", | ||
"!tsconfig.dist.json" | ||
"**/*.js", | ||
"**/*.js.map", | ||
"**/*.d.ts" | ||
], | ||
"author": "", | ||
"private": false, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"rimraf": "^4.4.1" | ||
}, | ||
"gitHead": "1db68ba5d7f7988438f4980ed68a32c10d98dbe9" | ||
"license": "MIT" | ||
} |
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
0
1876
7