Skip to content

Commit 06fc4fa

Browse files
committed
Add publishConfig and set package as public
1 parent b26f5a0 commit 06fc4fa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
"type": "git",
1818
"url": "https://github.com/srcpush/code-push-cli"
1919
},
20+
"private": false,
21+
"publishConfig": {
22+
"access": "public"
23+
},
2024
"author": "Microsoft",
2125
"contributors": [
2226
"Microsoft",
@@ -69,4 +73,4 @@
6973
"typescript": "^5.1.3",
7074
"which": "^3.0.1"
7175
}
72-
}
76+
}

0 commit comments

Comments
 (0)