Skip to content

Commit

Permalink
fix:code output
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyadam committed Oct 24, 2017
1 parent b70b925 commit e384d1d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
'use strict'

var Nerv = process.env.NODE_ENV === 'production'
? require('./dist/nerv.js')
: require('./dist/nerv.min.js')
var Nerv = require('./dist/nerv.js')

module.exports = Nerv
module.exports.default = module.exports

0 comments on commit e384d1d

Please sign in to comment.