Skip to content

Commit fd8bbef

Browse files
committed
Add node_modules in npmignore
1 parent 6ebbc09 commit fd8bbef

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
@@ -12,6 +12,7 @@ yarn-error.log
1212
.browserslistrc
1313
.idea
1414
.vscode
15+
node_modules
1516
dist/demo.html
1617
dist/bit
1718
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.4",
3+
"version": "0.1.5",
44
"description": "Vue Concise Carousel is SSR and CSR friendly",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)