v2.0.0
Mostly refactoring changes. Major version bump due to the use of export default. If you are using ES2015 imports with babel already, this shouldn't be a breaking change. Otherwise, you will need to convert this:
var Notifier = require("react-bs-notifier");to this:
var Notifier = require("react-bs-notifier").default;