Skip to content

Commit

Permalink
Temporarily fork shallowequal to get rid of babel config
Browse files Browse the repository at this point in the history
  • Loading branch information
EnjoyDev0112 committed Jul 10, 2017
1 parent db24f1f commit bd64b4e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2588,7 +2588,7 @@ react-native-communications@2.2.1:
react-native-invertible-scroll-view "1.0.0"
react-native-lightbox oblador/react-native-lightbox#c84a8543d4511fe6a44c3d7820747c9c1bddd875
react-native-parsed-text "0.0.18"
shallowequal "1.0.1"
shallowequal cribspot/shallowequal#f515936c8a790fbc225add864265b6c82881c9b1
uuid "3.1.0"

react-native-invertible-scroll-view@1.0.0:
Expand Down Expand Up @@ -3033,9 +3033,9 @@ setimmediate@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285"

shallowequal@1.0.1:
shallowequal@cribspot/shallowequal#f515936c8a790fbc225add864265b6c82881c9b1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.0.1.tgz#4349160418200bad3b82d723ded65f2354db2a23"
resolved "https://codeload.github.com/cribspot/shallowequal/tar.gz/f515936c8a790fbc225add864265b6c82881c9b1"

shell-quote@1.6.1, shell-quote@^1.6.1:
version "1.6.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"react-native-invertible-scroll-view": "1.0.0",
"react-native-lightbox": "oblador/react-native-lightbox#c84a8543d4511fe6a44c3d7820747c9c1bddd875",
"react-native-parsed-text": "0.0.18",
"shallowequal": "1.0.1",
"shallowequal": "cribspot/shallowequal#f515936c8a790fbc225add864265b6c82881c9b1",
"uuid": "3.1.0"
}
}
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1062,9 +1062,9 @@ safe-buffer@~5.1.0, safe-buffer@~5.1.1:
version "5.3.0"
resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f"

shallowequal@1.0.1:
shallowequal@cribspot/shallowequal#f515936c8a790fbc225add864265b6c82881c9b1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.0.1.tgz#4349160418200bad3b82d723ded65f2354db2a23"
resolved "https://codeload.github.com/cribspot/shallowequal/tar.gz/f515936c8a790fbc225add864265b6c82881c9b1"

shelljs@^0.7.5:
version "0.7.8"
Expand Down

0 comments on commit bd64b4e

Please sign in to comment.