flip-toolkit
Advanced tools
Comparing version 7.2.5-0 to 7.2.5-1
{ | ||
"name": "flip-toolkit", | ||
"version": "7.2.5-0", | ||
"version": "7.2.5-1", | ||
"description": "Configurable FLIP animation helpers", | ||
@@ -11,3 +11,6 @@ "license": "MIT", | ||
"types": "./lib/index.d.ts", | ||
"exports": "./lib/index.modern.mjs", | ||
"exports": { | ||
"types": "./lib/index.d.mts", | ||
"default": "./lib/index.modern.mjs" | ||
}, | ||
"repository": { | ||
@@ -29,3 +32,3 @@ "type": "git", | ||
"scripts": { | ||
"build": "microbundle --name=FlipToolkit --define process.env.NODE_ENV=production --globals rematrix=Rematrix", | ||
"build": "microbundle --name=FlipToolkit --define process.env.NODE_ENV=production --globals rematrix=Rematrix; cp ./lib/index.d.ts ./lib/index.d.mts", | ||
"build:debug": "microbundle --name=FlipToolkit --no-compress", | ||
@@ -32,0 +35,0 @@ "lint": "echo \"noop\"", |
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 bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
704694