fix mitt import

This commit is contained in:
Cameron Westland
2017-08-18 15:51:30 -04:00
parent 5066e840de
commit f4087870aa
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "react-slot-fill",
"version": "1.0.0",
"version": "1.0.1",
"private": false,
"homepage": "https://camwest.github.io/react-slot-fill",
"module": "lib/rsf.es.js",

View File

@@ -1,5 +1,5 @@
import * as React from 'react';
import * as mitt from 'mitt';
import mitt from 'mitt';
import { Requireable } from 'prop-types';