Skip to content

Commit 1ea45ea

Browse files
committed
fix: npm publish update
1 parent 6ca4c74 commit 1ea45ea

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
@@ -2,6 +2,10 @@
22
"name": "@draganfilipovic/mocker",
33
"version": "1.0.0",
44
"description": "Simple Node.js mock server with GUI for managing API endpoints and responses",
5+
"private": false,
6+
"publishConfig": {
7+
"access": "public"
8+
},
59
"main": "index.js",
610
"bin": {
711
"mocker": "./index.js"

0 commit comments

Comments
 (0)