Skip to content

Commit

Permalink
Merge branch 'add-schema' of https://github.com/cvent/safe-settings i…
Browse files Browse the repository at this point in the history
…nto decyjphr/pr-689
  • Loading branch information
decyjphr committed Dec 25, 2024
2 parents c2d4db9 + 3ce2ceb commit e2c91bd
Show file tree
Hide file tree
Showing 5 changed files with 2,021 additions and 0 deletions.
27 changes: 27 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"repository": "https://github.com/github/safe-settings.git",
"main": "index.js",
"scripts": {
"build:schema": "./script/build-schema",
"dev": "nodemon --inspect",
"start": "probot run ./index.js",
"full-sync": "node ./full-sync.js",
Expand All @@ -24,6 +25,7 @@
"author": "Yadhav Jayaraman",
"license": "ISC",
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^11.7.2",
"@probot/adapter-aws-lambda-serverless": "^3.0.2",
"deepmerge": "^4.3.1",
"eta": "^3.0.3",
Expand Down
Loading

0 comments on commit e2c91bd

Please sign in to comment.