Skip to content

Commit

Permalink
chore: rename build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Aug 11, 2023
1 parent c478998 commit c9e56d2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/olive-pots-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"reference-spec-reader": patch
---

feat: ESM only package
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_modules
types
dist
package-lock.json
pnpm-lock.yaml
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"exports": {
".": {
"types": "./types/index.d.ts",
"types": "./dist/index.d.ts",
"import": "./src/index.js"
}
},
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"declaration": true,
"allowJs": true,
"checkJs": true,
"outDir": "types"
"outDir": "dist"
}
}

0 comments on commit c9e56d2

Please sign in to comment.