Skip to content

Commit df16a29

Browse files
author
Adam Plesnik
committed
Fix path in package.json
1 parent b4211dc commit df16a29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@adam.plesnik/tailwindcss-scroll-driven-animations",
3-
"version": "0.0.4",
3+
"version": "0.0.7",
44
"author": "Adam Plesnik <[email protected]>",
55
"scripts": {
6-
"build": "npx swc ./src/index.js --out-dir ./dist"
6+
"build": "swc ./src/index.js --out-dir ./dist"
77
},
88
"prettier": {
99
"printWidth": 100,
@@ -26,7 +26,7 @@
2626
"files": [
2727
"dist"
2828
],
29-
"main": "dist/index.js",
29+
"main": "dist/src/index.js",
3030
"repository": {
3131
"type": "git",
3232
"url": "git+https://github.com/adamplesnik/tailwindcss-scroll-driven-animations.git"

0 commit comments

Comments
 (0)