Skip to content

Commit 36dc5ca

Browse files
committed
Add npmignore and bump version
1 parent 36d1282 commit 36dc5ca

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.npmignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.DS_Store
2+
node_modules/
3+
npm-debug.log
4+
yarn-error.log
5+
test/unit/coverage
6+
examples/node_modules

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-floatthead",
3-
"version": "0.0.2",
3+
"version": "0.0.4",
44
"description": "Vue 2 component for jquery.floatThead",
55
"author": " <tm89lee@gmail.com>",
66
"private": false,

0 commit comments

Comments
 (0)