Skip to content

Commit

Permalink
feat: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cuongnd-ahiho committed Feb 5, 2024
1 parent a60afa9 commit 3eb8be4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 14 deletions.
3 changes: 1 addition & 2 deletions packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"node": ">=14.0.0 <=21.x.x"
},
"publishConfig": {
"access": "public",
"tag": "latest"
"access": "public"
}
}
3 changes: 1 addition & 2 deletions packages/eslint-config-ecmascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"node": ">=14.0.0 <=21.x.x"
},
"publishConfig": {
"access": "public",
"tag": "latest"
"access": "public"
}
}
3 changes: 1 addition & 2 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"node": ">=14.0.0 <=21.x.x"
},
"publishConfig": {
"access": "public",
"tag": "latest"
"access": "public"
}
}
3 changes: 1 addition & 2 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"node": ">=14.0.0 <=21.x.x"
},
"publishConfig": {
"access": "public",
"tag": "latest"
"access": "public"
}
}
3 changes: 1 addition & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
"node": ">=14.0.0 <=21.x.x"
},
"publishConfig": {
"access": "public",
"tag": "latest"
"access": "public"
},
"devDependencies": {
"@types/node": "^20.11.16"
Expand Down
3 changes: 1 addition & 2 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"node": ">=14.0.0 <=21.x.x"
},
"publishConfig": {
"access": "public",
"tag": "latest"
"access": "public"
}
}
3 changes: 1 addition & 2 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"node": ">=14.0.0 <=21.x.x"
},
"publishConfig": {
"access": "public",
"tag": "latest"
"access": "public"
}
}

0 comments on commit 3eb8be4

Please sign in to comment.