Skip to content

Commit 5500342

Browse files
authored
Merge pull request #38 from meza/pathc-1
Pathc 1
2 parents eda5cc7 + af4f4cc commit 5500342

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"bin": {
66
"adr": "dist/index.js"
77
},
8+
"publishConfig": {
9+
"access": "public"
10+
},
811
"types": "dist/index.d.ts",
912
"private": false,
1013
"scripts": {
@@ -84,8 +87,5 @@
8487
"repository": {
8588
"type": "git",
8689
"url": "https://github.com/meza/adr-tools.git"
87-
},
88-
"publishConfig": {
89-
"access": "restricted"
9090
}
9191
}

0 commit comments

Comments
 (0)