Skip to content

Commit

Permalink
chore: Declare isomorphic-fetch as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
y-lohse committed Jun 11, 2018
1 parent 646c2af commit dc8c38b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"eslint-loader": "^2.0.0",
"eslint-plugin-react": "^7.7.0",
"fetch-mock": "5.5.0",
"isomorphic-fetch": "2.2.1",
"mocha": "3.1.2",
"mocha-webpack": "0.7.0",
"npm-run-all": "^4.0.2",
Expand All @@ -78,6 +77,7 @@
},
"dependencies": {
"core-js": "^2.5.3",
"isomorphic-fetch": "^2.2.1",
"pouchdb": "6.1.1",
"pouchdb-adapter-cordova-sqlite": "https://github.com/SnceGroup/pouchdb-adapter-cordova-sqlite.git#f3ee23009b70209c611435d57491aa77fb88802a",
"pouchdb-find": "0.10.4"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3157,7 +3157,7 @@ isobject@^2.0.0:
dependencies:
isarray "1.0.0"

isomorphic-fetch@2.2.1, isomorphic-fetch@^2.1.1:
isomorphic-fetch@^2.1.1, isomorphic-fetch@^2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz#611ae1acf14f5e81f729507472819fe9733558a9"
dependencies:
Expand Down

0 comments on commit dc8c38b

Please sign in to comment.