Skip to content

Commit

Permalink
fix(la): require assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Dec 8, 2015
1 parent 26bfb92 commit 2a69324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filter-allowed-updates.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require('lazy-ass');
var la = require('lazy-ass');
var check = require('check-more-types');
var semver = require('semver');
var _ = require('lodash');
Expand Down

0 comments on commit 2a69324

Please sign in to comment.