Skip to content

Commit

Permalink
[fixed] correctly export NODE_TYPES
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Dec 26, 2015
1 parent a03390d commit 44b8c8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { isValidElement } from 'react';
import { NODE_TYPE } from './node';
import { findAll, createNode } from './node';
import { findAll, createNode, NODE_TYPE, NODE_TYPES } from './node';
import { create as createCompiler, parse } from './compiler';
import selectors from './selectors';

Expand All @@ -22,5 +21,6 @@ module.exports = {
matchKind,
findAll,
isNode: el => el && el.$$typeof === NODE_TYPE,
NODE_TYPES,
...compiler
}

0 comments on commit 44b8c8b

Please sign in to comment.