Skip to content

Commit 09d21ff

Browse files
committed
owner change
1 parent 84757dd commit 09d21ff

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
## [Unreleased](https://github.com/motdotla/dotenv-expand/compare/v1000.0.0...master)
5+
## [Unreleased](https://github.com/dotenvx/dotenv-expand/compare/v1000.0.0...master)
66

77
### Added
88

9-
- NEW 🎉: Command substitution and encryption are now supported automatically during expansion. ([#151](https://github.com/motdotla/dotenv-expand/pull/151))
9+
- NEW 🎉: Command substitution and encryption are now supported automatically during expansion. ([#151](https://github.com/dotenvx/dotenv-expand/pull/151))
1010

1111
> These improvements bring work developed in [dotenvx](https://dotenvx.com) to dotenv-expand through [`@dotenvx/primitives`](https://www.npmjs.com/package/@dotenvx/primitives).
1212

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@
3535
},
3636
"repository": {
3737
"type": "git",
38-
"url": "https://github.com/motdotla/dotenv-expand"
38+
"url": "git+https://github.com/dotenvx/dotenv-expand.git"
39+
},
40+
"homepage": "https://github.com/dotenvx/dotenv-expand#readme",
41+
"bugs": {
42+
"url": "https://github.com/dotenvx/dotenv-expand/issues"
3943
},
4044
"funding": "https://dotenvx.com",
4145
"author": "motdotla",

0 commit comments

Comments
 (0)