Skip to content

Commit

Permalink
fix(build): fix package.json paths
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc committed Dec 27, 2023
1 parent a5b6f69 commit 88e4160
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 @@ -3,8 +3,8 @@
"version": "1.0.0",
"description": "A serveme.tf API client",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"build": "tsc --project tsconfig.build.json",
"test": "vitest"
Expand Down

0 comments on commit 88e4160

Please sign in to comment.