Skip to content

Commit

Permalink
fix(build): fix entry points (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc authored May 24, 2022
1 parent 54b48cd commit 504dd7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"bugs": {
"url": "https://github.com/tf2pickup-org/simple-mumble-bot/issues"
},
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"lint": "eslint \"src/**/*.ts\"",
"build": "tsc --project tsconfig.build.json && tsc-alias -p tsconfig.build.json",
Expand Down

0 comments on commit 504dd7a

Please sign in to comment.