Skip to content

Commit

Permalink
add identifier to license field for validation (#2368)
Browse files Browse the repository at this point in the history
  • Loading branch information
niclim authored Oct 3, 2023
1 parent 754fba1 commit 3ae0e40
Show file tree
Hide file tree
Showing 11 changed files with 1,991 additions and 4,735 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "openapi-workspaces",
"license": "MIT",
"private": true,
"version": "0.50.5",
"version": "0.50.6",
"workspaces": [
"projects/json-pointer-helpers",
"projects/openapi-io",
Expand Down
2 changes: 1 addition & 1 deletion projects/fastify-capture/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@useoptic/fastify-capture",
"license": "MIT",
"packageManager": "[email protected]",
"version": "0.50.5",
"version": "0.50.6",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion projects/json-pointer-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@useoptic/json-pointer-helpers",
"license": "MIT",
"packageManager": "[email protected]",
"version": "0.50.5",
"version": "0.50.6",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
Expand Down
Loading

0 comments on commit 3ae0e40

Please sign in to comment.