Skip to content

Commit

Permalink
This was causing an issue with my webpack.
Browse files Browse the repository at this point in the history
  • Loading branch information
philals committed Jul 23, 2017
1 parent 18a0bce commit 0c88c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/schemaobject/schemaobject.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var _ = require('lodash')._;
var _ = require('lodash');

// Is a number (ignores type).
var isNumeric = function(n) {
Expand Down

0 comments on commit 0c88c50

Please sign in to comment.