Skip to content

Commit

Permalink
Merge pull request #722 from steveukx/fix/deprecated-promise-root
Browse files Browse the repository at this point in the history
fix: Backward compatible imports
  • Loading branch information
steveukx authored Jan 18, 2022
2 parents 3045120 + 4413c47 commit ac9593c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions simple-git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},
"./promise": {
"require": "./promise.js"
}
},
"types": "./typings/index.d.ts",
Expand Down Expand Up @@ -75,6 +78,9 @@
".": {
"import": "./esm/index.js",
"require": "./cjs/index.js"
},
"./promise": {
"require": "./promise.js"
}
}
}
Expand Down

0 comments on commit ac9593c

Please sign in to comment.