Skip to content

Commit

Permalink
comitting and pushing new patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasak committed Jan 2, 2017
1 parent 601c476 commit 82f454b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions build/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/index.js.map

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ export const hash = (v,_v=JSON.stringify(v)) => {
return hash
}

module.exports = {
module.exports = Object.assign({}, fp, {
batch
, vdom
, mixin
, model
, obs
, hamt
, worker
, fp
}
})

0 comments on commit 82f454b

Please sign in to comment.