flip-toolkit
Advanced tools
Comparing version 7.2.1-0 to 7.2.1-1
{ | ||
"name": "flip-toolkit", | ||
"version": "7.2.1-0", | ||
"version": "7.2.1-1", | ||
"description": "Configurable FLIP animation helpers", | ||
@@ -11,6 +11,3 @@ "license": "MIT", | ||
"types": "./lib/index.d.ts", | ||
"exports": { | ||
"default": "./lib/index.modern.mjs", | ||
"types": "./lib/index.d.ts" | ||
}, | ||
"exports": "./lib/index.d.ts", | ||
"repository": { | ||
@@ -32,3 +29,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", | ||
@@ -35,0 +32,0 @@ "lint": "echo \"noop\"", |
704637
50