Skip to content

Commit

Permalink
fix: bring up to speed with dev and lock again
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzwa committed Nov 12, 2023
1 parent 00ddb37 commit 6a34166
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openapicmd",
"description": "OpenAPI Command Line Tool",
"version": "2.0.0-rc17",
"version": "2.0.2",
"author": "Viljami Kuosmanen <[email protected]>",
"bin": {
"openapi": "./bin/run.js"
Expand Down Expand Up @@ -110,7 +110,7 @@
"build": "tsc -b",
"test": "jest -i",
"lint": "eslint . --ext .ts",
"version": "oclif-dev readme && git add README.md"
"version": "oclif readme && git add README.md"
},
"types": "lib/index.d.ts"
}
}

0 comments on commit 6a34166

Please sign in to comment.