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 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" ,
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 },
You can’t perform that action at this time.
0 commit comments