react-konva-utils
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "react-konva-utils", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Useful components and hooks for react-konva", | ||
@@ -24,5 +24,7 @@ "author": "Anton Lavrenov", | ||
"module": "./es/index.js", | ||
"type": "module", | ||
"files": [ | ||
"package.json", | ||
"es" | ||
"es", | ||
"lib" | ||
], | ||
@@ -48,3 +50,3 @@ "devDependencies": { | ||
"clean": "rm -rf ./lib", | ||
"tsc": "tsc --outDir ./es --removeComments || echo \"tsc faild for some file(s).\"", | ||
"tsc": "tsc --outDir ./es --removeComments && tsc -module commonjs -outDir ./lib", | ||
"build": "npm run clean && npm run tsc", | ||
@@ -51,0 +53,0 @@ "storybook": "start-storybook -p 6006", |
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
25898
27
531
Yes