Skip to content

Commit e292dfd

Browse files
authored
feat: add myaccount-api-oas package (#571)
* add myaccount-api-aos * chore: update gitignore
1 parent a158019 commit e292dfd

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
*.swp
33
*.bak
44

5-
auth4genai/node_modules/
5+
node_modules
66
.vite
77
.lycheecache

package-lock.json

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@
1616
"url": "https://github.com/auth0/docs-v2/issues"
1717
},
1818
"homepage": "https://github.com/auth0/docs-v2#readme",
19-
"dependencies": {}
19+
"dependencies": {
20+
"@a0/myaccount-api-oas": "^1.404.0"
21+
}
2022
}

0 commit comments

Comments
 (0)