Skip to content
This repository was archived by the owner on Nov 27, 2018. It is now read-only.

Commit 54e12e2

Browse files
author
Ginhing
committed
add files in "src/" to npm package
1 parent 0f93162 commit 54e12e2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "vue-tagsinput",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "a tags input component based on Vue.js",
55
"main": "dist/vue-tagsinput.js",
66
"files": [
7-
"dist/"
7+
"dist/",
8+
"src/"
89
],
910
"scripts": {
1011
"test": "echo \"Error: no test specified\" && exit 1",

0 commit comments

Comments
 (0)