Skip to content

Commit

Permalink
fix: update publish file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
JeelGajera committed Dec 17, 2024
1 parent c49bb9b commit 3c0c5b0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
src/
examples/
test/
node_modules/
*.log
*.ts
!.d.ts
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@
},
"files": [
"dist",
"src",
"types"
"types",
"LICENSE",
"README.md"
],
"scripts": {
"build": "rimraf dist && tsc",
Expand Down Expand Up @@ -43,7 +44,6 @@
"homepage": "https://github.com/JeelGajera/jspdf-md-renderer#readme",
"dependencies": {
"jspdf": "^2.5.2",
"jspdf-md-renderer": "file:",
"marked": "^15.0.3"
},
"devDependencies": {
Expand All @@ -60,4 +60,4 @@
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0"
}
}
}

0 comments on commit 3c0c5b0

Please sign in to comment.