Skip to content
This repository was archived by the owner on Apr 7, 2019. It is now read-only.

Commit e2d50b7

Browse files
committed
feat(package): Scope and bump version
1 parent 618c5b0 commit e2d50b7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "starterkit-twig-demo",
3-
"version": "3.0.1",
2+
"name": "@pattern-lab/starterkit-twig-demo",
3+
"version": "4.0.0",
44
"description": "Pattern Lab's Demo StarterKit for Twig.",
55
"main": "README.md",
66
"repository": {
@@ -18,5 +18,8 @@
1818
"bugs": {
1919
"url": "https://github.com/pattern-lab/starterkit-twig-demo/issues"
2020
},
21-
"homepage": "https://github.com/pattern-lab/starterkit-twig-demo#readme"
21+
"homepage": "https://github.com/pattern-lab/starterkit-twig-demo#readme",
22+
"publishConfig": {
23+
"access": "public"
24+
}
2225
}

0 commit comments

Comments
 (0)