Skip to content

Commit

Permalink
chore: add back publishConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremybarbet committed Jul 1, 2022
1 parent 15f6ecf commit 7fdf6ef
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/apple-api-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"types": "dist/index.d.ts",
"repository": "git@github.com/jeremybarbet/iap.git",
"author": "Jérémy Barbet <jeremgraph@gmail.com>",
"publishConfig": {
"access": "public"
},
"keywords": [
"iap",
"payments",
Expand Down
3 changes: 3 additions & 0 deletions packages/google-api-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"types": "dist/index.d.ts",
"repository": "git@github.com/jeremybarbet/iap.git",
"author": "Jérémy Barbet <jeremgraph@gmail.com>",
"publishConfig": {
"access": "public"
},
"keywords": [
"iap",
"payments",
Expand Down
3 changes: 3 additions & 0 deletions packages/nest-iap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"types": "dist/index.d.ts",
"repository": "git@github.com:jeremybarbet/iap.git",
"author": "Jérémy Barbet <jeremgraph@gmail.com>",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rm -rf dist && tsc",
"lint:tsc": "yarn tsc -p tsconfig.json --noEmit --skipLibCheck"
Expand Down
3 changes: 3 additions & 0 deletions packages/node-iap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"types": "dist/index.d.ts",
"repository": "git@github.com:jeremybarbet/iap.git",
"author": "Jérémy Barbet <jeremgraph@gmail.com>",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rm -rf dist && tsc",
"lint:tsc": "yarn tsc -p tsconfig.json --noEmit --skipLibCheck"
Expand Down

0 comments on commit 7fdf6ef

Please sign in to comment.