File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @adam.plesnik/tailwindcss-scroll-driven-animations" ,
3- "version" : " 0.0.8 " ,
3+ "version" : " 0.0.9 " ,
44 "author" : " Adam Plesnik <adam@adamplesnik.com>" ,
55 "scripts" : {
66 "build" : " swc ./src/index.js --out-dir ./dist"
Original file line number Diff line number Diff line change 11import plugin from 'tailwindcss/plugin'
22
3- module . exports = plugin (
3+ export = plugin (
44 function ( { matchUtilities, theme } ) {
55 matchUtilities (
66 {
Original file line number Diff line number Diff line change 1+ {
2+ "compilerOptions" : {
3+ "allowJs" : true ,
4+ "declaration" : true ,
5+ "declarationDir" : " dist" ,
6+ "declarationMap" : false ,
7+ "esModuleInterop" : true ,
8+ "lib" : [" ES2020" ],
9+ "module" : " CommonJS" ,
10+ "moduleResolution" : " node" ,
11+ "outDir" : " dist" ,
12+ "strict" : true ,
13+ "stripInternal" : true ,
14+ "target" : " es2020"
15+ },
16+ "include" : [" ./src/index.ts" ]
17+ }
You can’t perform that action at this time.
0 commit comments