Skip to content

Commit a41f635

Browse files
authored
fix: do not publish unnecessary files and folders to npm registry (#212)
1 parent 7e706c6 commit a41f635

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.npmignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# folders
2+
.github
3+
.husky
4+
.storybook
5+
6+
# files
7+
.codeclimate.yml
8+
.commitlintrc.json
9+
babel.config.js
10+
eslint.config.mjs
11+
preview.png

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-leaflet-markercluster",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "React wrapper of Leaflet.markercluster for react-leaflet",
55
"main": "dist/index.js",
66
"repository": "git@github.com:YUzhva/react-leaflet-markercluster.git",

0 commit comments

Comments
 (0)