Skip to content

Commit

Permalink
Increment @sgrud/bin package version
Browse files Browse the repository at this point in the history
  • Loading branch information
schlusslicht committed May 2, 2023
1 parent 39d5b70 commit 12ffbc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/bin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sgrud/bin",
"version": "0.0.20",
"version": "0.0.21",
"source": "./index.ts",
"types": "./index.d.ts",
"main": "../../dist/bin/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/bin/res/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sgrud/eslint-config",
"private": true,
"version": "0.0.20",
"version": "0.0.21",
"main": "./index.json",
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/bin/res/typedoc-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sgrud/typedoc-plugin",
"private": true,
"version": "0.0.20",
"version": "0.0.21",
"main": "./index.js",
"peerDependencies": {
"better-sqlite3": "^8.3.0",
Expand Down

0 comments on commit 12ffbc5

Please sign in to comment.