Skip to content
This repository has been archived by the owner on Feb 2, 2020. It is now read-only.

Commit

Permalink
lodash/words
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Jan 16, 2016
1 parent 70b16ea commit a6a64d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,5 @@ test_script:
- npm --version
- npm test

cache:
- node_modules

# Don't actually build.
build: off
2 changes: 1 addition & 1 deletion bin/eslint-mocha.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

var yargs = require('yargs');
var eslintMocha = require('../dist/eslint-mocha').default;
var words = require('lodash/string/words');
var words = require('lodash/words');

var argv = yargs
.options({
Expand Down

0 comments on commit a6a64d8

Please sign in to comment.