[types] Get types properly exporting as part of the build

This commit is contained in:
Chris Bianca
2017-11-17 16:17:27 +00:00
parent 746faad043
commit fbe73f5dcb
20 changed files with 588 additions and 822 deletions

View File

@@ -17,7 +17,7 @@ import {
generatePushID,
} from './../../utils';
import INTERNALS from './../../internals';
import INTERNALS from '../../utils/internals';
// track all event registrations by path
let listeners = 0;