Skip to content

Commit

Permalink
fix: added public access to publish config
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Manzhula committed Nov 11, 2024
1 parent f66dfd9 commit ecf92fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "0.0.0",
"description": "Serialize JavaScript to a superset of JSON that includes regular expressions and functions.",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"benchmark": "node -v && node test/benchmark/serialize.js",
"test": "nyc mocha './{,!(node_modules)/**}/*.spec.js' --forbid-only --forbid-pending --reporter=\"mochawesome\" --reporter-options=\"reportDir=./test-results/mocha/,reportFilename=index.html\"",
Expand Down

0 comments on commit ecf92fb

Please sign in to comment.