-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
50bf590
commit abb529f
Showing
3 changed files
with
1,363 additions
and
285 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,19 +5,19 @@ | |
"author": "Nick Baugh <[email protected]>", | ||
"bugs": "https://github.com/niftylettuce/dotenv-parse-variables/issues", | ||
"dependencies": { | ||
"debug": "^3.1.0" | ||
"debug": "^4.1.1" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.11.4", | ||
"babel-plugin-add-module-exports": "^0.2.1", | ||
"babel-cli": "^6.26.0", | ||
"babel-plugin-add-module-exports": "^1.0.2", | ||
"babel-preset-crocodile": "^1.0.0", | ||
"chai": "^4.1.1", | ||
"codecov": "^3.0.2", | ||
"chai": "^4.2.0", | ||
"codecov": "^3.5.0", | ||
"dirty-chai": "^2.0.1", | ||
"dotenv": "^5.0.1", | ||
"dotenv": "^8.0.0", | ||
"eslint-config-crocodile": "^1.0.0", | ||
"istanbul": "^1.1.0-alpha.1", | ||
"mocha": "^5.2.0" | ||
"mocha": "^6.1.4" | ||
}, | ||
"engines": { | ||
"node": ">= 6.x" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.