We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e657a1 commit d1a7affCopy full SHA for d1a7aff
1 file changed
package.json
@@ -24,5 +24,9 @@
24
"bugs": {
25
"url": "https://github.com/distalog/cookie-param-handler/issues"
26
},
27
- "homepage": "https://github.com/distalog/cookie-param-handler#readme"
+ "homepage": "https://github.com/distalog/cookie-param-handler#readme",
28
+ "private": false,
29
+ "publishConfig": {
30
+ "access": "public"
31
+ }
32
}
0 commit comments