Bump to v4.0.1.

This commit is contained in:
John-David Dalton
2016-01-13 00:57:48 -08:00
parent 0646bacd86
commit d8d0500f37
74 changed files with 4476 additions and 510 deletions

3
fp.js
View File

@@ -1 +1,2 @@
module.exports = require('./fp/convert.js')();
var _ = require('./lodash').noConflict().runInContext();
module.exports = require('./fp/convert')(_);