Skip to content

Commit ecf92fb

Browse files
author
Egor Manzhula
committed
fix: added public access to publish config
1 parent f66dfd9 commit ecf92fb

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)