react-reorder-list
Advanced tools
Comparing version 0.7.1 to 0.7.2
{ | ||
"name": "react-reorder-list", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "A simple react component that facilitates the reordering of JSX/HTML elements through drag-and-drop functionality, allowing for easy position changes.", | ||
@@ -8,2 +8,5 @@ "type": "module", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
"build": "bun i && tsc" | ||
}, | ||
"repository": { | ||
@@ -33,10 +36,7 @@ "type": "git", | ||
"devDependencies": { | ||
"@types/react": "^18.2.73" | ||
"@types/react": "^18.2.79" | ||
}, | ||
"dependencies": { | ||
"drag-drop-touch": "^1.3.1" | ||
}, | ||
"scripts": { | ||
"build": "pnpm i && tsc" | ||
} | ||
} |
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
23470