Skip to content

Commit

Permalink
Update to React 0.14.4 kadirahq#45
Browse files Browse the repository at this point in the history
  • Loading branch information
markshust committed Jan 6, 2016
1 parent d404db1 commit 3b17530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.js
Expand Up @@ -22,7 +22,7 @@ Package.onTest(function(api) {
});

function configure(api) {
api.use('react@0.14.3');
api.use('react@0.14.4');
api.use('kadira:flow-router-ssr@3.4.0', ['client', 'server'], {weak: true});
// We don't browserify, but this version fix a huge build time
// delay, which exists in the react package.
Expand Down

0 comments on commit 3b17530

Please sign in to comment.