Skip to content

Commit

Permalink
fix: do not publish unnecessary files and folders to npm registry (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzhva authored Nov 1, 2024
1 parent 7e706c6 commit a41f635
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# folders
.github
.husky
.storybook

# files
.codeclimate.yml
.commitlintrc.json
babel.config.js
eslint.config.mjs
preview.png
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-leaflet-markercluster",
"version": "4.1.0",
"version": "4.1.1",
"description": "React wrapper of Leaflet.markercluster for react-leaflet",
"main": "dist/index.js",
"repository": "[email protected]:YUzhva/react-leaflet-markercluster.git",
Expand Down

0 comments on commit a41f635

Please sign in to comment.