Skip to content

Commit

Permalink
🐛 Update lib targets for mcdoc (#1173)
Browse files Browse the repository at this point in the history
  • Loading branch information
MulverineX committed May 18, 2024
1 parent 25de684 commit 7fafe1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/mcdoc-cli/.npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
*
*/**

!lib/**/*.js
!lib/**/*.d.ts
!lib/**/*.mjs
!lib/**/*.d.mts
!package.json
!README.md
6 changes: 3 additions & 3 deletions packages/mcdoc-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "@spyglassmc/mcdoc-cli",
"version": "0.1.3",
"type": "module",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"main": "lib/index.mjs",
"types": "lib/index.d.mts",
"contributors": [
{
"name": "Misode",
Expand All @@ -19,7 +19,7 @@
"test": "test/"
},
"bin": {
"mcdoc": "lib/index.js"
"mcdoc": "lib/index.mjs"
},
"scripts": {
"release": "npm publish",
Expand Down

0 comments on commit 7fafe1d

Please sign in to comment.