This repository was archived by the owner on Jul 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040 "build:browserify" : " browserify ./lib/bundle.umd.js -o ./lib/bundle.js" ,
4141 "build:minify" : " uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js" ,
4242 "prepare" : " npm run build" ,
43- "version" : " auto-changelog -l 0 --tag-prefix @gitgraph/core@ && git add CHANGELOG.md" ,
43+ "version" : " auto-changelog -p - l 0 --tag-prefix @gitgraph/core@ && git add CHANGELOG.md" ,
4444 "prepublishOnly" : " npm run test"
4545 },
4646 "devDependencies" : {
Original file line number Diff line number Diff line change 4545 "build:browserify" : " browserify ./lib/bundle.umd.js -o ./lib/bundle.js" ,
4646 "build:minify" : " uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js" ,
4747 "prepare" : " npm run build" ,
48- "version" : " auto-changelog -l 0 --tag-prefix @gitgraph/js@ && git add CHANGELOG.md"
48+ "version" : " auto-changelog -p - l 0 --tag-prefix @gitgraph/js@ && git add CHANGELOG.md"
4949 },
5050 "dependencies" : {
5151 "@gitgraph/core" : " 1.1.0"
Original file line number Diff line number Diff line change 3131 "scripts" : {
3232 "example:default" : " ts-node examples/default.ts" ,
3333 "example:branches" : " ts-node examples/branches.ts" ,
34- "version" : " auto-changelog -l 0 --tag-prefix @gitgraph/node@ && git add CHANGELOG.md"
34+ "version" : " auto-changelog -p - l 0 --tag-prefix @gitgraph/node@ && git add CHANGELOG.md"
3535 },
3636 "dependencies" : {
3737 "@gitgraph/core" : " 1.1.0" ,
Original file line number Diff line number Diff line change 4040 "build:browserify" : " browserify ./lib/bundle.umd.js -o ./lib/bundle.js" ,
4141 "build:minify" : " uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js" ,
4242 "prepare" : " npm run build" ,
43- "version" : " auto-changelog -l 0 --tag-prefix @gitgraph/react@ && git add CHANGELOG.md"
43+ "version" : " auto-changelog -p - l 0 --tag-prefix @gitgraph/react@ && git add CHANGELOG.md"
4444 },
4545 "dependencies" : {
4646 "@gitgraph/core" : " 1.1.0"
You can’t perform that action at this time.
0 commit comments