Skip to content

Commit

Permalink
fix(): dataset module has not yet been publised to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
TylorS committed Mar 30, 2016
1 parent c1864b2 commit 07e4b47
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/modules/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ import AttrsModule from 'snabbdom/modules/attributes'
import EventsModule from 'snabbdom/modules/eventlisteners'
import StyleModule from 'snabbdom/modules/style'
import HeroModule from 'snabbdom/modules/hero'
import DataSetModule from 'snabbdom/modules/dataset'

export default [StyleModule, ClassModule, PropsModule, AttrsModule]

export {
StyleModule, ClassModule,
PropsModule, AttrsModule,
HeroModule, EventsModule,
DataSetModule,
}

0 comments on commit 07e4b47

Please sign in to comment.