Skip to content

Commit 276389a

Browse files
author
Adam Plesnik
committed
Update to 0.2.1, fix error in build script
1 parent 42869bc commit 276389a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@adam.plesnik/tailwindcss-scroll-driven-animations",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"author": "Adam Plesnik <adam@adamplesnik.com>",
55
"scripts": {
6-
"build": "swc ./src/index.js --out-dir ./dist",
6+
"build": "swc ./src/index.ts --out-dir ./dist",
77
"dev-docs": "npm run --workspace=docs dev"
88
},
99
"workspaces": [

0 commit comments

Comments
 (0)