Skip to content

Commit

Permalink
dependency update, version bump from 2.0.0 to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelzny committed Jan 20, 2018
1 parent 5a0e449 commit bc05374
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dotenv-loader",
"version": "2.0.0",
"version": "2.0.1",
"description": "Load additional environmental variables from single .env file and manage them on runtime.",
"author": "Paweł Zadrożny <[email protected]> (http://pawelzny.com/)",
"scripts": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"node": ">=8.9.0"
},
"dependencies": {
"last-callback": "1.0.3",
"last-callback": "2.0.0",
"typer": "1.1.0"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -671,9 +671,9 @@ kind-of@^3.0.2:
dependencies:
is-buffer "^1.1.5"

last-callback@1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/last-callback/-/last-callback-1.0.3.tgz#bad826c18f1df06b0dda5849f8fd27f61aaf7cf4"
last-callback@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/last-callback/-/last-callback-2.0.0.tgz#72544811dc544a4264e4e867b92814ba71c2a113"

lazy-cache@^1.0.3:
version "1.0.4"
Expand Down

0 comments on commit bc05374

Please sign in to comment.