Skip to content

Commit

Permalink
fix: add repo info to root package.json so Auto knows what repo to co…
Browse files Browse the repository at this point in the history
…nfigure for
  • Loading branch information
sghoweri committed Oct 12, 2019
1 parent 3b24a7f commit 85142e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
"pretty-quick": "^1.11.1",
"auto": "^7.8.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pattern-lab/patternlab-node.git"
},
"private": true,
"scripts": {
"postinstall": "npm run bootstrap",
Expand Down

0 comments on commit 85142e8

Please sign in to comment.