[eslint config] [base] [deps] update eslint

This commit is contained in:
Jordan Harband
2016-06-17 16:03:03 -07:00
parent 0814be638f
commit 0afde8f136
2 changed files with 3 additions and 3 deletions

View File

@@ -46,14 +46,14 @@
"homepage": "https://github.com/airbnb/javascript",
"devDependencies": {
"babel-tape-runner": "^1.3.1",
"eslint": "^2.12.0",
"eslint": "^2.13.0",
"eslint-find-rules": "^1.10.0",
"eslint-plugin-import": "^1.8.1",
"tape": "^4.5.1",
"in-publish": "^2.0.0"
},
"peerDependencies": {
"eslint": "^2.12.0",
"eslint": "^2.13.0",
"eslint-plugin-import": "^1.8.1"
}
}

View File

@@ -2,7 +2,7 @@ import fs from 'fs';
import path from 'path';
import test from 'tape';
const index = require('../');
import index from '../';
const files = { index };