Skip to content

Commit

Permalink
build!: exclude source files from published packages
Browse files Browse the repository at this point in the history
  • Loading branch information
shivjm committed Apr 23, 2024
1 parent 395b59a commit c8b5b5c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion packages/micromark-extension-kbd-nested/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,8 @@
"publishConfig": {
"main": "lib/index.js",
"typings": "index.d.ts"
}
},
"files": [
"lib/"
]
}
5 changes: 4 additions & 1 deletion packages/remark-kbd-nested/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,8 @@
},
"dependencies": {
"micromark-extension-kbd-nested": "workspace:^0.5.0"
}
},
"files": [
"lib/"
]
}

0 comments on commit c8b5b5c

Please sign in to comment.