Skip to content

Commit

Permalink
Add preset.js
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Mar 11, 2024
1 parent 652f256 commit 6d35647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"./preset": "./dist/preset.cjs",
"./package.json": "./package.json"
},
"main": "dist/preset.cjs",
"main": "dist/index.cjs",
"files": [
"dist/**/*",
"src/**/*",
Expand Down
1 change: 1 addition & 0 deletions preset.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('./dist/preset.cjs');

0 comments on commit 6d35647

Please sign in to comment.