react-tag-input
Advanced tools
Comparing version 6.10.0-test1 to 6.10.0-test2
{ | ||
"name": "react-tag-input", | ||
"version": "6.10.0-test1", | ||
"version": "6.10.0-test2", | ||
"type": "module", | ||
@@ -8,3 +8,3 @@ "description": "React tags is a fantastically simple tagging component for your React projects", | ||
"module": "./dist/index.min.js", | ||
"types": "./dist/index.ts", | ||
"types": "./types/index.ts", | ||
"exports": { | ||
@@ -16,3 +16,3 @@ ".": { | ||
"production": "./dist/index.min.js", | ||
"types": "./dist/index.ts" | ||
"types": "./types/index.ts" | ||
} | ||
@@ -45,3 +45,3 @@ }, | ||
"commit": "git-cz", | ||
"gen:types": "tsc -b src --emitDeclarationOnly" | ||
"gen:types": "rm -rf types && tsc -b src --emitDeclarationOnly" | ||
}, | ||
@@ -48,0 +48,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
295675
6
2195