Skip to content

Commit 4256d6b

Browse files
fix(twig): starter-kit-twig urls are incorrect on npm (#1297)
1 parent 8e78460 commit 4256d6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/starterkit-twig-demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "README.md",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/pattern-lab/starterkit-twig-demo.git"
8+
"url": "git+https://github.com/pattern-lab/patternlab-node.git"
99
},
1010
"keywords": [
1111
"Pattern Lab",
@@ -18,7 +18,7 @@
1818
"bugs": {
1919
"url": "https://github.com/pattern-lab/patternlab-node/issues"
2020
},
21-
"homepage": "https://github.com/pattern-lab/patternlab-node/tree/master/packages/starterkit-twig-demo",
21+
"homepage": "https://github.com/pattern-lab/patternlab-node/tree/dev/packages/starterkit-twig-demo",
2222
"publishConfig": {
2323
"access": "public"
2424
},

0 commit comments

Comments
 (0)