We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4211dc commit df16a29Copy full SHA for df16a29
package.json
@@ -1,9 +1,9 @@
1
{
2
"name": "@adam.plesnik/tailwindcss-scroll-driven-animations",
3
- "version": "0.0.4",
+ "version": "0.0.7",
4
"author": "Adam Plesnik <[email protected]>",
5
"scripts": {
6
- "build": "npx swc ./src/index.js --out-dir ./dist"
+ "build": "swc ./src/index.js --out-dir ./dist"
7
},
8
"prettier": {
9
"printWidth": 100,
@@ -26,7 +26,7 @@
26
"files": [
27
"dist"
28
],
29
- "main": "dist/index.js",
+ "main": "dist/src/index.js",
30
"repository": {
31
"type": "git",
32
"url": "git+https://github.com/adamplesnik/tailwindcss-scroll-driven-animations.git"
0 commit comments