Skip to content

Commit 5111317

Browse files
committed
package info
1 parent fc94918 commit 5111317

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
{
22
"name": "vue-sfc-split",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "Convert SFCs for use without build",
5+
"homepage": "https://github.com/gVguy/vue-sfc-split#vue-sfc-split",
6+
"repository": "https://github.com/gVguy/vue-sfc-split",
7+
"bugs": "https://github.com/gVguy/vue-sfc-split/issues",
58
"main": "convert.js",
69
"bin": "convert.js",
10+
"files": ["convert.js"],
711
"scripts": {
812
"serve": "http-server ./example/",
913
"build": "node convert.js --dest=example"
1014
},
11-
"author": "",
15+
"author": "Ivan Che",
1216
"license": "ISC",
1317
"dependencies": {
1418
"glob": "^7.2.0",

0 commit comments

Comments
 (0)