Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.

Commit e905e0b

Browse files
committed
fix: release update for execa, updating v1 to v2 to resolve security vulnerability #159. Merged in #176.
1 parent 4180b41 commit e905e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ npm install --save @cypress/commit-info
1919
## Use
2020

2121
```js
22-
const {commitInfo} = require('@cypress/commit-info')
22+
const { commitInfo } = require('@cypress/commit-info')
2323
// default folder is current working directory
2424
commitInfo(folder)
2525
.then(info => {

0 commit comments

Comments
 (0)