We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7c8714 commit 2708afeCopy full SHA for 2708afe
lefthook.yml
@@ -2,5 +2,5 @@ pre-commit:
2
parallel: true
3
commands:
4
updateReadme:
5
- glob: "src/openapi.yml scripts/updateReadme.ts"
+ files: "src/openapi.yml scripts/updateReadme.ts"
6
run: pnpm run update-readme
src/openapi.yml
@@ -6,7 +6,7 @@ servers:
7
info:
8
title: The full-stack books API
9
- version: 1.0.1
+ version: 1.0.0
10
description: A collection of books curated for full-stack developers and aspiring ones. Brought to you by FullStackBulletin
11
contact:
12
name: FullStack Bulletin
0 commit comments