conventional-changelog-aron
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -1,1 +0,1 @@ | ||
{"name":"conventional-changelog-aron","scripts":{"build:cjs":"esbuild src/index.ts --bundle --outfile=dist/index.cjs --format=cjs --minify --sourcemap --platform=node","build:esm":"esbuild src/index.ts --bundle --outfile=dist/index.mjs --format=esm --minify --sourcemap --platform=node","build:type":"tsc --emitDeclarationOnly --preserveWatchOutput","build":"conc 'npm:build:*'","dev":"conc 'npm:build:* -- --watch'","test":"jest","type-check":"tsc --noEmit","lint":"eslint src"},"license":"MIT","description":"Beautiful changelog based on Aron's conventional commits","author":{"name":"Aron","email":"aron@master.co","url":"http://aron.tw"},"homepage":"https://aron.tw","bugs":{"url":"https://github.com/1aron/aronrepo/issues"},"repository":{"type":"git","url":"https://github.com/1aron/aronrepo.git","directory":"packages/conventional-changelog-config"},"keywords":["conventional-changelog","commits","changelog","aron","preset"],"main":"./dist/index.cjs","jsnext:main":"./dist/index.mjs","esnext":"./dist/index.mjs","module":"./dist/index.mjs","types":"./dist/index.d.ts","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./dist/index.d.ts"}},"files":["dist"],"dependencies":{"aron-conventional-commits":"^1.0.4","compare-func":"^2.0.0","dedent":"^0.7.0"},"devDependencies":{"conventional-changelog-core":"^4.2.4"},"version":"1.0.4"} | ||
{"name":"conventional-changelog-aron","scripts":{"build:cjs":"esbuild src/index.ts --bundle --outfile=dist/index.cjs --format=cjs --minify --sourcemap --platform=node","build:esm":"esbuild src/index.ts --bundle --outfile=dist/index.mjs --format=esm --minify --sourcemap --platform=node","build:type":"tsc --emitDeclarationOnly --preserveWatchOutput","build":"conc 'npm:build:*'","dev":"conc 'npm:build:* -- --watch'","test":"jest","type-check":"tsc --noEmit","lint":"eslint src"},"license":"MIT","description":"Beautiful changelog based on Aron's conventional commits","author":{"name":"Aron","email":"aron@master.co","url":"http://aron.tw"},"homepage":"https://aron.tw","bugs":{"url":"https://github.com/1aron/aronrepo/issues"},"repository":{"type":"git","url":"https://github.com/1aron/aronrepo.git","directory":"packages/conventional-changelog-config"},"keywords":["conventional-changelog","commits","changelog","aron","preset"],"main":"./dist/index.cjs","jsnext:main":"./dist/index.mjs","esnext":"./dist/index.mjs","module":"./dist/index.mjs","types":"./dist/index.d.ts","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./dist/index.d.ts"}},"files":["dist"],"dependencies":{"aron-conventional-commits":"^1.0.5","compare-func":"^2.0.0","dedent":"^0.7.0"},"devDependencies":{"conventional-changelog-core":"^4.2.4"},"version":"1.0.5"} |
@@ -81,3 +81,3 @@ <br> | ||
``` | ||
For full documentation, check out the [Aron's conventional commits](https://github.com/1aron/aronrepo/tree/beta/packages/conventional-commits) | ||
For full documentation, check out the [Aron's conventional commits](https://github.com/1aron/aronrepo/tree/main/packages/conventional-commits) | ||
@@ -84,0 +84,0 @@ <br> |