Skip to content

Commit

Permalink
package info
Browse files Browse the repository at this point in the history
  • Loading branch information
gVguy committed Oct 23, 2021
1 parent fc94918 commit 5111317
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
"name": "vue-sfc-split",
"version": "1.0.0",
"description": "",
"description": "Convert SFCs for use without build",
"homepage": "https://github.com/gVguy/vue-sfc-split#vue-sfc-split",
"repository": "https://github.com/gVguy/vue-sfc-split",
"bugs": "https://github.com/gVguy/vue-sfc-split/issues",
"main": "convert.js",
"bin": "convert.js",
"files": ["convert.js"],
"scripts": {
"serve": "http-server ./example/",
"build": "node convert.js --dest=example"
},
"author": "",
"author": "Ivan Che",
"license": "ISC",
"dependencies": {
"glob": "^7.2.0",
Expand Down

0 comments on commit 5111317

Please sign in to comment.