Skip to content

Commit dc486c2

Browse files
committed
Add node_modules in npmignore file
1 parent fd8bbef commit dc486c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ yarn-error.log
1212
.browserslistrc
1313
.idea
1414
.vscode
15-
node_modules
15+
node_modules/
1616
dist/demo.html
1717
dist/bit
1818
src/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jambonn/vue-concise-carousel",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Vue Concise Carousel is SSR and CSR friendly",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)