Skip to content

Commit

Permalink
chore: clean up package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremybarbet committed Jun 30, 2022
1 parent 7a9d009 commit 16e1bd6
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 17 deletions.
1 change: 1 addition & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
}
},
"publish": {
"registry": "https://registry.npmjs.org",
"message": "chore: release %s"
}
}
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@
"workspaces": [
"packages/*"
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"scripts": {
"build": "lerna run build --parallel",
"build": "lerna run build",
"lint": "yarn lint:tsc && yarn lint:eslint && yarn lint:prettier",
"lint:ci": "yarn lint:eslint -f ./node_modules/@firmnav/eslint-github-actions-formatter/dist/formatter.js && yarn lint:prettier",
"lint:tsc": "lerna run lint:tsc --parallel",
"lint:tsc": "lerna run lint:tsc",
"lint:eslint": "eslint --fix '**/*.ts'",
"lint:prettier": "prettier --write \"packages/**/*.{ts,json,md}\"",
"format": "git ls-files -m | xargs yarn prettier --write --ignore-unknown --no-error-on-unmatched-pattern",
Expand Down
3 changes: 0 additions & 3 deletions packages/apple-api-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"types": "dist/index.d.ts",
"repository": "[email protected]/jeremybarbet/iap.git",
"author": "Jérémy Barbet <[email protected]>",
"publishConfig": {
"access": "public"
},
"keywords": [
"iap",
"payments",
Expand Down
3 changes: 0 additions & 3 deletions packages/google-api-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"types": "dist/index.d.ts",
"repository": "[email protected]/jeremybarbet/iap.git",
"author": "Jérémy Barbet <[email protected]>",
"publishConfig": {
"access": "public"
},
"keywords": [
"iap",
"payments",
Expand Down
3 changes: 0 additions & 3 deletions packages/nest-iap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"types": "dist/index.d.ts",
"repository": "[email protected]:jeremybarbet/iap.git",
"author": "Jérémy Barbet <[email protected]>",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rm -rf dist && tsc",
"lint:tsc": "yarn tsc -p tsconfig.json --noEmit --skipLibCheck"
Expand Down
3 changes: 0 additions & 3 deletions packages/node-iap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"types": "dist/index.d.ts",
"repository": "[email protected]:jeremybarbet/iap.git",
"author": "Jérémy Barbet <[email protected]>",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rm -rf dist && tsc",
"lint:tsc": "yarn tsc -p tsconfig.json --noEmit --skipLibCheck"
Expand Down

0 comments on commit 16e1bd6

Please sign in to comment.