react-dnd-scrolling
Advanced tools
Comparing version 1.3.6 to 1.3.7
{ | ||
"name": "react-dnd-scrolling", | ||
"version": "1.3.6", | ||
"version": "1.3.7", | ||
"description": "A cross browser solution to scrolling during drag and drop.", | ||
"type": "module", | ||
"main": "lib/cjs/index.js", | ||
"module": "lib/esm/index.js", | ||
"types": "types/index.d.ts", | ||
"exports": { | ||
"util": { | ||
"import": "./lib/esm/util.js", | ||
"require": "./lib/cjs/util.js" | ||
}, | ||
"default": { | ||
".": { | ||
"import": "./lib/esm/index.js", | ||
@@ -20,3 +15,3 @@ "require": "./lib/cjs/index.js" | ||
"scripts": { | ||
"build": "rm -rf lib && npm run build:cjs && npm run build:esm", | ||
"build": "rm -rf lib && npm run build:cjs && npm run build:esm && cp types/* lib/esm", | ||
"build:cjs": "babel --config-file ./babel.config.cjs.json src --out-dir lib/cjs", | ||
@@ -23,0 +18,0 @@ "build:esm": "babel src --out-dir lib/esm", |
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
43363
20
673