Skip to content

Commit

Permalink
Merge pull request #58 from philals/lodashfix
Browse files Browse the repository at this point in the history
This was causing an issue with my webpack.
  • Loading branch information
jordanwalsh23 authored Jul 25, 2017
2 parents 283dfac + 0c88c50 commit 93953b6
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 93953b6

Please sign in to comment.