Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Update package.json to include the repository #451

Open
wants to merge 1 commit into
base: next
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/vuejs/rollup-plugin-vue.git"
},
"scripts": {
"build": "tsc -p .",
"prepublishOnly": "run-s build changelog",
Expand Down