Skip to content

Commit dce7e38

Browse files
committed
docs: update
1 parent 8daba9e commit dce7e38

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
- [`noxenv` \& `noxenv-shell`](#noxenv--noxenv-shell)
2727
- [Windows Users](#windows-users)
2828
- [Contributors ✨](#contributors-)
29+
- [Creds](#creds)
2930

3031
<br />
3132

@@ -256,6 +257,15 @@ The following people have helped get this project going:
256257

257258
<br />
258259

260+
## Creds
261+
This is based on the older module `cross-env` which is a great asset, however, I needed updated dependencies and additional functionality; along with the ability to implement whatever I need. Including plans for rollup. This is more of a personal project, but if anyone finds it useful; you're free to use it. All the original functionality is included, just updates. Also going to be adding config / `.env` file support.
262+
263+
<br />
264+
265+
---
266+
267+
<br />
268+
259269
<!-- prettier-ignore-start -->
260270
[npm]: https://npmjs.com
261271
[node]: https://nodejs.org

src/utils.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = compare;
2+
3+
function compare(obj) {
4+
return obj && obj.__esModule ? obj : { default: obj };
5+
}

0 commit comments

Comments
 (0)