Skip to content

Commit

Permalink
chore: Add repo information on package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroschmitz committed Jan 29, 2021
1 parent bfafdf2 commit 8ff632a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
]
},
"license": "MIT",
"homepage": "https://github.com/unform/unform#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/unform/unform.git"
},
"bugs": {
"url": "https://github.com/unform/unform/issues"
},
"scripts": {
"prebuild": "lerna exec --parallel -- rimraf dist typings",
"build": "lerna exec --parallel -- rollup -c ../../rollup.config.js",
Expand Down

0 comments on commit 8ff632a

Please sign in to comment.