Skip to content
This repository was archived by the owner on Apr 25, 2020. It is now read-only.

Commit 22801a2

Browse files
committed
Release v1.0.1
1 parent d68d084 commit 22801a2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-float-label",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Float label pattern for Vue.js",
55
"main": "vue-float-label.js",
66
"repository": "[email protected]:bkzl/vue-float-label.git",
@@ -17,7 +17,8 @@
1717
},
1818
"files": [
1919
"vue-float-label.js",
20-
"components"
20+
"components",
21+
"dist"
2122
],
2223
"keywords": [
2324
"vue",

0 commit comments

Comments
 (0)