|
34 | 34 | } |
35 | 35 | ], |
36 | 36 | "main": "index.js", |
37 | | - "repository": "https://github.com/scriptex/svgo-add-viewbox", |
38 | | - "scripts": { |
39 | | - "test": "echo 'No tests found'", |
40 | | - "release-minor": "release-it minor --ci", |
41 | | - "release-patch": "release-it patch --ci", |
42 | | - "release-major": "release-it major --ci", |
43 | | - "changelog-local": "npx auto-changelog" |
44 | | - }, |
45 | | - "dependencies": { |
46 | | - "release-it": "14.8.0" |
47 | | - }, |
48 | | - "devDependencies": {}, |
49 | | - "peerDependencies": {}, |
50 | | - "browserslist": [], |
51 | | - "private": true, |
52 | | - "release-it": { |
53 | | - "hooks": { |
54 | | - "after:release": "yarn changelog-local && git add CHANGELOG.md && git commit -m \"Update CHANGELOG.md with the latest changes\" && git push" |
55 | | - }, |
56 | | - "git": { |
57 | | - "changelog": "git log --pretty=format:\"* %s (%h)\" ${from}...${to}", |
58 | | - "requireCleanWorkingDir": true, |
59 | | - "requireBranch": false, |
60 | | - "requireUpstream": false, |
61 | | - "requireCommits": false, |
62 | | - "addUntrackedFiles": false, |
63 | | - "commit": true, |
64 | | - "commitMessage": "Release ${version}", |
65 | | - "commitArgs": [], |
66 | | - "tag": true, |
67 | | - "tagName": null, |
68 | | - "tagAnnotation": "Release ${version}", |
69 | | - "tagArgs": [], |
70 | | - "push": true, |
71 | | - "pushArgs": [ |
72 | | - "--follow-tags" |
73 | | - ], |
74 | | - "pushRepo": "" |
75 | | - }, |
76 | | - "npm": { |
77 | | - "publish": false, |
78 | | - "publishPath": ".", |
79 | | - "tag": null, |
80 | | - "otp": null, |
81 | | - "ignoreVersion": false, |
82 | | - "skipChecks": false, |
83 | | - "timeout": 10 |
84 | | - }, |
85 | | - "github": { |
86 | | - "release": false, |
87 | | - "releaseName": "Release ${version}", |
88 | | - "releaseNotes": null, |
89 | | - "preRelease": false, |
90 | | - "draft": false, |
91 | | - "tokenRef": "GITHUB_TOKEN", |
92 | | - "assets": null, |
93 | | - "host": null, |
94 | | - "timeout": 0, |
95 | | - "proxy": null, |
96 | | - "skipChecks": false |
97 | | - }, |
98 | | - "gitlab": { |
99 | | - "release": false, |
100 | | - "releaseName": "Release ${version}", |
101 | | - "releaseNotes": null, |
102 | | - "tokenRef": "GITLAB_TOKEN", |
103 | | - "assets": null, |
104 | | - "origin": null, |
105 | | - "skipChecks": false |
106 | | - } |
107 | | - } |
| 37 | + "repository": "https://github.com/scriptex/svgo-add-viewbox" |
108 | 38 | } |
0 commit comments