Skip to content

Commit

Permalink
chore: include sourcemaps in distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
maxholman committed Dec 15, 2024
1 parent 8e8b860 commit 335a9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-push/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"default": "./dist/lib/main.js"
}
},
"files": ["dist/lib/**/*.js", "dist/lib/**/*.d.ts"],
"files": ["dist/lib/**/*"],
"scripts": {
"test": "make test",
"preversion": "make test",
Expand Down

0 comments on commit 335a9d8

Please sign in to comment.