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

Commit

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

cache:
- node_modules
# disabled until cache busting exists
# http://help.appveyor.com/discussions/questions/1310-delete-cache
# 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"eol": "0.2.0",
"eslint": "^1.0.0",
"lodash": "^3.0.0",
"lodash": "^4.0.0",
"mocha": "^2.0.0",
"yargs": "^3.0.0"
},
Expand Down

0 comments on commit 2ed5da2

Please sign in to comment.