Skip to content

Commit

Permalink
🔧 Sort package.json from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NatoBoram committed Mar 29, 2024
1 parent ee20dac commit eee7d35
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"!dist/**/*.test.*"
],
"main": "dist/index.js",
"module": "dist/index.js",
"bin": "dist/main.js",
"repository": "github:NatoBoram/gigachad.ts",
"scripts": {
Expand Down Expand Up @@ -62,11 +61,13 @@
"typescript": "~5.3.3",
"vitest": "^1.3.1"
},
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"type": "module"
"types": "dist/index.d.ts",
"module": "dist/index.js"
}

0 comments on commit eee7d35

Please sign in to comment.