Skip to content

Commit

Permalink
fix: package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed May 28, 2019
1 parent 6778a81 commit 69c7bd2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/create-portfolio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"lib",
"template"
],
"repository": {
"type": "git",
"url": "https://github.com/saberland/create-portfolio.git",
"directory": "packages/create-portfolio"
},
"bin": "lib/cli.js",
"license": "MIT",
"dependencies": {
Expand Down
5 changes: 5 additions & 0 deletions packages/saber-theme-portfolio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/saberland/create-portfolio.git",
"directory": "packages/saber-theme-portfolio"
},
"scripts": {
"build": "vue-compile src -o dist",
"prepublishOnly": "yarn build"
Expand Down

0 comments on commit 69c7bd2

Please sign in to comment.