Skip to content

Commit

Permalink
remove isProduction util since it can't be done sync
Browse files Browse the repository at this point in the history
  • Loading branch information
nateps committed Jun 9, 2014
1 parent c2098d1 commit 868a8c2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/util.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
var deepIs = require('deep-is');

var isServer = process.title !== 'browser';
var isProduction = process.env.NODE_ENV === 'production';

exports.isServer = isServer;
exports.isProduction = isProduction;

exports.asyncGroup = asyncGroup;
exports.castSegments = castSegments;
Expand Down

0 comments on commit 868a8c2

Please sign in to comment.