Skip to content

Commit

Permalink
fix(chore): optimized build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Intevel committed Jun 27, 2022
1 parent fef82d5 commit e767622
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
5 changes: 0 additions & 5 deletions build.config.ts

This file was deleted.

11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@
"description": "♻️ Convert strings to gitmojis",
"license": "MIT",
"author": "Conner Luka Bachmann <mail@conner-bachmann.de>",
"main": "dist/index.mjs",
"sideEffects": false,
"type": "module",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"files": [
"dist"
],
Expand Down

0 comments on commit e767622

Please sign in to comment.