Skip to content

Commit

Permalink
Don't exclude dist directory because of .gitignore refs #40
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamjain committed Feb 29, 2024
1 parent 527f6ae commit b792068
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.github
.husky
test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://github.com/shubhamjain/svg-loader.git"
},
"main": "dist/svg-loader.min.js",
"version": "1.7.0",
"version": "1.7.1",
"scripts": {
"build:js": "cross-env NODE_ENV=production webpack build",
"build:cp": "npx cpr ./dist/svg-loader.min.js ./svg-loader.min.js --overwrite",
Expand Down

0 comments on commit b792068

Please sign in to comment.