Skip to content

Commit 7e25824

Browse files
authored
Add repository and bugs fields (#4)
1 parent 4efa673 commit 7e25824

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@
22
"name": "@changesets/format",
33
"version": "0.1.0",
44
"description": "Detect and format files",
5+
"bugs": {
6+
"url": "https://github.com/changesets/format/issues"
7+
},
58
"license": "MIT",
69
"author": "Changesets",
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/changesets/format.git"
13+
},
714
"files": [
815
"dist"
916
],

0 commit comments

Comments
 (0)