Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "start-drag", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Listens and composes mouse or touch events to dragging callbacks", | ||
@@ -31,7 +31,7 @@ "type": "module", | ||
], | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.js", | ||
"exports": { | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs" | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.js" | ||
}, | ||
@@ -38,0 +38,0 @@ "types": "./dist/index.d.ts", |
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