Skip to content

Commit

Permalink
Merge pull request #4 from xops/fix/package-lock-access-public
Browse files Browse the repository at this point in the history
fix(package.json): publishConfig access public
  • Loading branch information
shanejonas authored Oct 1, 2020
2 parents 03cb575 + 218befa commit 2efafbd
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 @@ -4,6 +4,9 @@
"description": "A module for adding an object-capabilities system to any JSON-RPC API as middleware for json-rpc-engine",
"main": "build/index.js",
"types": "build/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "npm run build:typescript",
"build:typescript": "rm -rf build && tsc",
Expand Down

0 comments on commit 2efafbd

Please sign in to comment.