Created
May 28, 2015 21:26
-
-
Save mridgway/e7fb8170334cdc0f00a7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Copyright 2014, Yahoo! Inc. | |
* Copyrights licensed under the New BSD License. See the accompanying LICENSE file for terms. | |
*/ | |
var Fluxible = require('./lib/Fluxible'); | |
Fluxible.Fluxible = require('./lib/Fluxible'); | |
Fluxible.contextTypes = require('./lib/contextTypes'); | |
// DEPRECATIONS | |
// @TODO(next minor): remove all deprecations | |
Fluxible.FluxibleComponent = require('./lib/FluxibleComponent'); | |
Fluxible.FluxibleMixin = require('./lib/FluxibleMixin'); | |
module.exports = Fluxible; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment