Skip to content

Commit

Permalink
chore: Override package conflict (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
congminh1254 authored Jul 18, 2023
1 parent 308e784 commit dfbdfeb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,10 @@
"build": "oclif-dev pack:macos && rm -rf tmp/ && oclif-dev pack:win && rm -rf tmp/ && npm run binaries",
"binaries": "pkg --targets node12-macos-x64,node12-win-x64,node12-linux-x64 --out-path ./dist .",
"changelog": "node node_modules/standard-version/bin/cli.js --skip.commit --skip.push --skip.tag --dry-run"
},
"overrides": {
"leche": {
"mocha": ">=1.18"
}
}
}

0 comments on commit dfbdfeb

Please sign in to comment.