Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #21 from heimdalljs/fix
Browse files Browse the repository at this point in the history
Bump minimum heimdall version
  • Loading branch information
stefanpenner committed Aug 2, 2018
2 parents ca7ed2c + 7a4e636 commit ecb50c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,7 +17,7 @@
"index.js"
],
"dependencies": {
"heimdalljs": "^0.2.0",
"heimdalljs": "^0.2.3",
"heimdalljs-logger": "^0.1.7"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions yarn.lock
Expand Up @@ -114,6 +114,12 @@ heimdalljs@^0.2.0:
dependencies:
rsvp "~3.2.1"

heimdalljs@^0.2.3:
version "0.2.5"
resolved "https://registry.yarnpkg.com/heimdalljs/-/heimdalljs-0.2.5.tgz#6aa54308eee793b642cff9cf94781445f37730ac"
dependencies:
rsvp "~3.2.1"

inflight@^1.0.4:
version "1.0.6"
resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
Expand Down

0 comments on commit ecb50c4

Please sign in to comment.