We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc94918 commit 5111317Copy full SHA for 5111317
package.json
@@ -1,14 +1,18 @@
1
{
2
"name": "vue-sfc-split",
3
"version": "1.0.0",
4
- "description": "",
+ "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",
8
"main": "convert.js",
9
"bin": "convert.js",
10
+ "files": ["convert.js"],
11
"scripts": {
12
"serve": "http-server ./example/",
13
"build": "node convert.js --dest=example"
14
},
- "author": "",
15
+ "author": "Ivan Che",
16
"license": "ISC",
17
"dependencies": {
18
"glob": "^7.2.0",
0 commit comments