Skip to content

Commit 85142e8

Browse files
committed
fix: add repo info to root package.json so Auto knows what repo to configure for
1 parent 3b24a7f commit 85142e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
"pretty-quick": "^1.11.1",
1414
"auto": "^7.8.0"
1515
},
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/pattern-lab/patternlab-node.git"
19+
},
1620
"private": true,
1721
"scripts": {
1822
"postinstall": "npm run bootstrap",

0 commit comments

Comments
 (0)