Skip to content

Commit cd8c103

Browse files
committed
Fix package scope
1 parent 8ac6c2e commit cd8c103

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,8 @@
5454
"hooks": {
5555
"pre-commit": "npm test && npm run build"
5656
}
57+
},
58+
"publishConfig": {
59+
"access": "public"
5760
}
5861
}

0 commit comments

Comments
 (0)