Skip to content

Commit

Permalink
update package.json npm meta, runkit file name
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Apr 2, 2021
1 parent 4dab77e commit 4b9c05e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
File renamed without changes.
13 changes: 4 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@
"text-summary"
]
},
"repository": {
"type": "git",
"url": "https://github.com/ajv-validator/ajv.git"
},
"repository": "ajv-validator/ajv",
"keywords": [
"JSON",
"schema",
Expand All @@ -57,11 +54,9 @@
],
"author": "Evgeny Poberezkin",
"license": "MIT",
"bugs": {
"url": "https://github.com/ajv-validator/ajv/issues"
},
"homepage": "https://github.com/ajv-validator/ajv",
"tonicExampleFilename": ".tonic_example.js",
"bugs": "https://github.com/ajv-validator/ajv/issues",
"homepage": "https://ajv.js.org",
"runkitExampleFilename": ".runkit_example.js",
"dependencies": {
"fast-deep-equal": "^3.1.1",
"json-schema-traverse": "^1.0.0",
Expand Down

0 comments on commit 4b9c05e

Please sign in to comment.