Skip to content

Commit

Permalink
build: 5.12.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Nov 2, 2023
1 parent 07d4d94 commit c8707a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 ReadMe
Copyright (c) 2023 ReadMe

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"oai",
"oas"
],
"version": "5.12.0",
"version": "5.12.1",
"repository": {
"type": "git",
"url": "git://github.com/readmeio/oas-examples.git"
Expand All @@ -21,7 +21,7 @@
"lint": "eslint .",
"pretest": "npm run lint",
"prettier": "prettier --list-different --write \"./**/**.{js,json,md,yaml}\"",
"test": "vitest"
"test": "vitest run"
},
"devDependencies": {
"@readme/eslint-config": "^13.4.0",
Expand Down

0 comments on commit c8707a7

Please sign in to comment.