We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72c3fe commit f0f4eeaCopy full SHA for f0f4eea
package.js
@@ -5,7 +5,7 @@ var reactAddonsVersion = '0.9.0';
5
Package.describe({
6
name: 'hipertracker:reactjs',
7
summary: 'ReactJS + addons + JSX (--harmony) for Meteor',
8
- version: '0.0.6',
+ version: '0.0.7',
9
git: 'https://github.com/hipertracker/meteor-reactjs.git'
10
});
11
@@ -38,7 +38,6 @@ Package.on_use(function (api) {
38
// On the server, we use the modules that ship with react.
39
api.add_files('src/require-packages.js', 'server');
40
api.export('React', 'server');
41
- api.export('Reflux', 'server');
42
43
// Meteor-enabled components should include this mixin via
44
// React.createClass({ mixins: [ReactMeteor.Mixin], ... }).
0 commit comments