Skip to content

Commit

Permalink
Merge pull request #317 from jolocom/hotfix/cred-typing-error
Browse files Browse the repository at this point in the history
fixes a typing error with the core cred schemas
  • Loading branch information
Exulansis committed Jun 28, 2019
2 parents 640606a + caf8303 commit cd0b43c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"bip39": "^3.0.1",
"class-transformer": "^0.1.10",
"create-hash": "^1.2.0",
"cred-types-jolocom-core": "^0.0.10",
"cred-types-jolocom-core": "^0.0.11",
"detect-node": "^2.0.4",
"ethereumjs-tx": "^1.3.7",
"ethereumjs-util": "^6.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1959,10 +1959,10 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4, create-hmac@^1.1.7:
safe-buffer "^5.0.1"
sha.js "^2.4.8"

cred-types-jolocom-core@^0.0.10:
version "0.0.10"
resolved "https://registry.yarnpkg.com/cred-types-jolocom-core/-/cred-types-jolocom-core-0.0.10.tgz#69dabc0fdb41a795fa6d63230d44a82d98e55dba"
integrity sha512-AuqPaIz2RCIbcdwnQXGN0oenAMMpWbiD0ulz4NJWSV5Iyn77Pa9jwYMCbGtqjWrABMQdSUhDOOCBSpUgPSbnNQ==
cred-types-jolocom-core@^0.0.11:
version "0.0.11"
resolved "https://registry.yarnpkg.com/cred-types-jolocom-core/-/cred-types-jolocom-core-0.0.11.tgz#7cc8c23e511590fede0f9a072854f3892127e0ed"
integrity sha512-jnLdSo45XvMhPmecAve41GhYPRUqTIumCyjBa4rpUsTCsLSKR1LHq6XC0C9B0RKyk4S7/DZHjGc9q/WdkjVNCg==

cross-fetch@^2.1.0, cross-fetch@^2.1.1:
version "2.2.3"
Expand Down

0 comments on commit cd0b43c

Please sign in to comment.