Skip to content

Commit fceb9b1

Browse files
committed
wip
1 parent 1e6f5b2 commit fceb9b1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,11 @@
103103
"typedoc-plugin-markdown": "^3.14.0",
104104
"typescript": "^4.9.4"
105105
},
106+
"bin": "bin/codeboost.js",
106107
"engines": {
107108
"node": ">=14"
108109
},
109-
"bin": "bin/codeboost.js"
110+
"publishConfig": {
111+
"access": "public"
112+
}
110113
}

0 commit comments

Comments
 (0)