Skip to content

Commit

Permalink
Merge pull request #29 from RWS/LTLC-115542-do-not-publish-jsmap
Browse files Browse the repository at this point in the history
LTLC-115542 Don't publish .js.map
  • Loading branch information
o-condre authored Aug 28, 2024
2 parents 7d098bf + 675b8dc commit 33b2ca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@

# Others
*.iml
*.js.map
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
},
"types": "dist/index.d.ts",
"files": [
"dist"
"dist",
"!dist/*.js.map"
],
"sideEffects": false,
"author": "RWS",
Expand Down

0 comments on commit 33b2ca4

Please sign in to comment.