File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 16
16
"test-spec" : " jest \" spec/*.ts\" " ,
17
17
"test-cov" : " jest \" spec/*.ts\" --coverage" ,
18
18
"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"
21
20
},
22
21
"repository" : {
23
22
"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"
28
24
},
29
25
"keywords" : [
30
26
" ajv" ,
36
32
"author" : " " ,
37
33
"license" : " MIT" ,
38
34
"bugs" : {
39
- "url" : " https://github.com/rublea /ajv-errors/issues"
35
+ "url" : " https://github.com/epoberezkin /ajv-errors/issues"
40
36
},
41
- "homepage" : " https://github.com/rublea /ajv-errors#readme" ,
37
+ "homepage" : " https://github.com/epoberezkin /ajv-errors#readme" ,
42
38
"dependencies" : {
43
39
"ajv" : " ^8.0.1"
44
40
},
You can’t perform that action at this time.
0 commit comments