Skip to content

Commit 3d5162c

Browse files
committed
chore: Set correct package name
1 parent 2df257c commit 3d5162c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGELOG.md

Whitespace-only changes.

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "ajv-cli",
3-
"version": "5.0.0",
2+
"name": "@continuoussecuritytooling/ajv-cli",
3+
"version": "0.1.0",
44
"description": "Command line interface for Ajv JSON schema validator",
55
"scripts": {
66
"clean": "npm ci && rimraf dist",
@@ -27,11 +27,11 @@
2727
"ajv": "dist/index.js"
2828
},
2929
"preferGlobal": true,
30-
"author": "Jesse Collis <jesse@jcmultimedia.com.au>",
30+
"author": "Martin Reinhardt",
3131
"license": "MIT",
3232
"repository": {
3333
"type": "git",
34-
"url": "https://github.com/ajv-validator/ajv-cli"
34+
"url": "https://github.com/ContinuousSecurityTooling/ajv-cli"
3535
},
3636
"dependencies": {
3737
"ajv": "^8.0.0",

0 commit comments

Comments
 (0)