Skip to content

Commit

Permalink
Merge branch 'release/0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
johnvoon committed Mar 25, 2020
2 parents eaf83df + 50cd3de commit fe4990a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discolabs/submarine-js",
"version": "0.1.0",
"version": "0.1.1",
"description": "Javascript client library for Submarine.",
"main": "index.js",
"author": "Gavin Ballard",
Expand All @@ -16,7 +16,7 @@
"shopify"
],
"dependencies": {
"@discolabs/custard-js": "^0.1.0",
"@discolabs/custard-js": "^0.1.1",
"lodash": "^4.17.15",
"payform": "^1.4.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@
lodash "^4.17.13"
to-fast-properties "^2.0.0"

"@discolabs/custard-js@^0.1.0":
version "0.1.0"
resolved "https://registry.yarnpkg.com/@discolabs/custard-js/-/custard-js-0.1.0.tgz#c02d7792b98b4ac95f4e8d5e1e0a2b4cdcd896ed"
integrity sha512-QZ2kAkAsFRiWABCz6NWun10SR60q8NUmgPJrhOVmHhBB3bpa7SpjkrOPKMqJ48P7KuqHPYrWNTi2MNHt4bhJiA==
"@discolabs/custard-js@^0.1.1":
version "0.1.1"
resolved "https://registry.yarnpkg.com/@discolabs/custard-js/-/custard-js-0.1.1.tgz#51c5ae13c533cdec23844e1756c92e2fb7458873"
integrity sha512-MbWCRW0+NfdTJFQZlNVYoytUBm1YR+YIe018wRcBcc3NMLPJJfYRFLT3N3cQX8skCxGnbAaViqom7Rj07rLmTA==
dependencies:
lodash "^4.17.15"

Expand Down

0 comments on commit fe4990a

Please sign in to comment.