Skip to content

Commit 6be3f08

Browse files
committed
fix: fix missing ajv dependency error
1 parent b5eef5c commit 6be3f08

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

package.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,11 @@
1616
"test-spec": "jest \"spec/*.ts\"",
1717
"test-cov": "jest \"spec/*.ts\" --coverage",
1818
"test": "npm run prettier:check && npm run eslint && npm run build && npm run test-cov",
19-
"preversion": "npm run build",
20-
"postversion": "git push && git push --tags && npm publish"
19+
"prepublish": "npm run build"
2120
},
2221
"repository": {
2322
"type": "git",
24-
"url": "git+https://github.com/rublea/ajv-errors.git"
25-
},
26-
"publishConfig": {
27-
"registry": "https://artifactory.corp.adobe.com/artifactory/api/npm/npm-aemscreens-release/"
23+
"url": "git+https://github.com/epoberezkin/ajv-errors.git"
2824
},
2925
"keywords": [
3026
"ajv",
@@ -36,9 +32,9 @@
3632
"author": "",
3733
"license": "MIT",
3834
"bugs": {
39-
"url": "https://github.com/rublea/ajv-errors/issues"
35+
"url": "https://github.com/epoberezkin/ajv-errors/issues"
4036
},
41-
"homepage": "https://github.com/rublea/ajv-errors#readme",
37+
"homepage": "https://github.com/epoberezkin/ajv-errors#readme",
4238
"dependencies": {
4339
"ajv": "^8.0.1"
4440
},

0 commit comments

Comments
 (0)