Skip to content

Commit 51028f2

Browse files
Merge pull request #5 from namecheap/fix/added-pubic-acces-to-publish-config
fix: added public access to publish config
2 parents f66dfd9 + ecf92fb commit 51028f2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "0.0.0",
44
"description": "Serialize JavaScript to a superset of JSON that includes regular expressions and functions.",
55
"main": "index.js",
6+
"publishConfig": {
7+
"access": "public"
8+
},
69
"scripts": {
710
"benchmark": "node -v && node test/benchmark/serialize.js",
811
"test": "nyc mocha './{,!(node_modules)/**}/*.spec.js' --forbid-only --forbid-pending --reporter=\"mochawesome\" --reporter-options=\"reportDir=./test-results/mocha/,reportFilename=index.html\"",

0 commit comments

Comments
 (0)