Skip to content

Commit

Permalink
Merge branch 'main' into patch-4
Browse files Browse the repository at this point in the history
  • Loading branch information
niclim authored Apr 12, 2024
2 parents bfc3484 + 5855a0e commit 05d1f0b
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 124 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# js tools

nodejs 18.19.1
nodejs 18.20.2
yarn 1.22.19
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"projects/standard-rulesets",
"projects/fastify-capture"
],
"repository": {
"type": "git",
"url": "https://github.com/opticdev/optic"
},
"scripts": {
"release": "gh release create --target=$(git branch --show-current) v$(node -e \"process.stdout.write(require('./package.json').version)\")",
"version": "yarn workspaces foreach -Av version",
Expand Down
4 changes: 4 additions & 0 deletions projects/openapi-io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
"test": "jest --colors",
"clean": "rm -rf build"
},
"repository": {
"type": "git",
"url": "https://github.com/opticdev/optic/edit/main/projects/openapi-io"
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/plugin-transform-runtime": "^7.17.0",
Expand Down
Loading

0 comments on commit 05d1f0b

Please sign in to comment.