react-tag-input
Advanced tools
Comparing version 6.10.0 to 6.10.1-test
{ | ||
"name": "react-tag-input", | ||
"version": "6.10.0", | ||
"version": "6.10.1-test", | ||
"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": "./types/index.d.ts", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
@@ -16,8 +16,7 @@ ".": { | ||
"production": "./dist/index.min.js", | ||
"types": "./types/index.d.ts" | ||
"types": "./dist/index.d.ts" | ||
} | ||
}, | ||
"files": [ | ||
"dist", | ||
"types" | ||
"dist" | ||
], | ||
@@ -46,3 +45,3 @@ "funding": { | ||
"commit": "git-cz", | ||
"gen:types": "rm -rf types && tsc -b src --emitDeclarationOnly" | ||
"gen:types": "tsc -b src --emitDeclarationOnly" | ||
}, | ||
@@ -49,0 +48,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
308043
2