We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f66dfd9 + ecf92fb commit 51028f2Copy full SHA for 51028f2
1 file changed
package.json
@@ -3,6 +3,9 @@
3
"version": "0.0.0",
4
"description": "Serialize JavaScript to a superset of JSON that includes regular expressions and functions.",
5
"main": "index.js",
6
+ "publishConfig": {
7
+ "access": "public"
8
+ },
9
"scripts": {
10
"benchmark": "node -v && node test/benchmark/serialize.js",
11
"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