Skip to content

Commit

Permalink
removes hats
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Feb 2, 2018
1 parent 8b6cc0e commit 40a9778
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"babel-preset-es2015": "6.24.1",
"babel-preset-es2017": "6.24.1",
"babelify": "8.0.0",
"brfs": "^1.4.4",
"brfs": "1.4.4",
"browserify": "14.5.0",
"browserify-css": "0.14.0",
"browserify-package-json": "1.0.1",
Expand All @@ -59,9 +59,9 @@
"ignore-styles": "5.0.1",
"mem-storage-area": "1.0.3",
"mocha": "4.0.1",
"nodemon": "^1.14.11",
"nodemon": "1.14.11",
"npm-run-all": "4.1.2",
"nyc": "^11.4.1",
"nyc": "11.4.1",
"shx": "0.2.2",
"sinon": "4.1.2",
"sinon-chrome": "2.2.1",
Expand All @@ -75,7 +75,7 @@
"file-type": "7.3.0",
"ipfs": "0.27.6",
"ipfs-api": "17.2.7",
"ipfs-postmsg-proxy": "2.2.0",
"ipfs-postmsg-proxy": "2.3.0",
"is-ipfs": "0.3.2",
"is-svg": "2.1.0",
"lru_map": "0.3.3",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ acorn@^4.0.3:
resolved "https://registry.yarnpkg.com/acorn/-/acorn-4.0.13.tgz#105495ae5361d697bd195c825192e1ad7f253787"

acorn@^5.0.0, acorn@^5.2.1:
version "5.4.0"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.4.0.tgz#51c581c9d4b1943dda59a3e73bcf02661ac727ea"
version "5.4.1"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.4.1.tgz#fdc58d9d17f4a4e98d102ded826a9b9759125102"

adbkit-logcat@^1.1.0:
version "1.1.0"
Expand Down Expand Up @@ -1222,7 +1222,7 @@ braces@^2.3.0:
split-string "^3.0.2"
to-regex "^3.0.1"

brfs@^1.4.4:
[email protected]:
version "1.4.4"
resolved "https://registry.yarnpkg.com/brfs/-/brfs-1.4.4.tgz#fc316bc4880180fa8ee25bcaab65f86910ce1dd5"
dependencies:
Expand Down Expand Up @@ -4306,9 +4306,9 @@ ipfs-multipart@~0.1.0:
content "^3.0.0"
dicer "^0.2.5"

ipfs-postmsg-proxy@2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/ipfs-postmsg-proxy/-/ipfs-postmsg-proxy-2.2.0.tgz#7b3ac36f012e5f9bd8d57b6495995333b029675c"
ipfs-postmsg-proxy@2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/ipfs-postmsg-proxy/-/ipfs-postmsg-proxy-2.3.0.tgz#7706f08ac29d0ade07411b72dd5c25ed6e643bc9"
dependencies:
callbackify "^1.1.0"
cids "^0.5.2"
Expand Down Expand Up @@ -6466,9 +6466,9 @@ nodeify@^1.0.1:
is-promise "~1.0.0"
promise "~1.3.0"

nodemon@^1.14.11:
version "1.14.12"
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.14.12.tgz#fe059424b15ebdb107696287a558d9cf53a63999"
[email protected]:
version "1.14.11"
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.14.11.tgz#cc0009dd8d82f126f3aba50ace7e753827a8cebc"
dependencies:
chokidar "^2.0.0"
debug "^3.1.0"
Expand Down Expand Up @@ -6559,7 +6559,7 @@ number-is-nan@^1.0.0:
version "1.0.1"
resolved "https://registry.yarnpkg.com/number-is-nan/-/number-is-nan-1.0.1.tgz#097b602b53422a522c1afb8790318336941a011d"

nyc@^11.4.1:
[email protected]:
version "11.4.1"
resolved "https://registry.yarnpkg.com/nyc/-/nyc-11.4.1.tgz#13fdf7e7ef22d027c61d174758f6978a68f4f5e5"
dependencies:
Expand Down

0 comments on commit 40a9778

Please sign in to comment.