Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

Commit

Permalink
Fixed bug where errorToModel wasn't exported.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrozbarry committed Mar 12, 2017
1 parent 06a7f68 commit c041e29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion elm-package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.6",
"version": "0.0.7",
"summary": "Firebase bindings for elm",
"repository": "https://github.com/pairshaped/elm-firebase.git",
"license": "BSD3",
Expand Down
1 change: 1 addition & 0 deletions src/Native/Shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ var _pairshaped$elm_firebase$Native_Shared = function () {
"databaseToModel": databaseToModel,
"referenceToModel": referenceToModel,
"snapshotToModel": snapshotToModel,
"errorToModel": errorToModel,
"queryToModel": queryToModel,
"sourceOnSnapshot": sourceOnSnapshot,
"sourceOffSnapshot": sourceOffSnapshot,
Expand Down

0 comments on commit c041e29

Please sign in to comment.