Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "merge-refs", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "A function that merges React refs into one.", | ||
@@ -8,3 +8,3 @@ "main": "dist/cjs/index.js", | ||
"source": "src/index.ts", | ||
"types": "src/index.ts", | ||
"types": "dist/cjs/index.d.ts", | ||
"sideEffects": false, | ||
@@ -17,3 +17,3 @@ "scripts": { | ||
"jest": "jest", | ||
"lint": "eslint src", | ||
"lint": "eslint src --ext .js,.jsx,.ts,.tsx", | ||
"prepack": "yarn clean && yarn build", | ||
@@ -20,0 +20,0 @@ "prettier": "prettier --check . --cache", |
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
9939