Skip to content

Commit 870b8af

Browse files
committed
Don't exclude dist directory because of .gitignore refs shubhamjain#40
1 parent 527f6ae commit 870b8af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"url": "https://github.com/shubhamjain/svg-loader.git"
1010
},
1111
"main": "dist/svg-loader.min.js",
12-
"version": "1.7.0",
12+
"version": "1.7.1",
1313
"scripts": {
1414
"build:js": "cross-env NODE_ENV=production webpack build",
1515
"build:cp": "npx cpr ./dist/svg-loader.min.js ./svg-loader.min.js --overwrite",

0 commit comments

Comments
 (0)