Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sindresorhus/grunt-eslint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c4d67329e8fe14f0c02006f847681697cefc12ce
Choose a base ref
...
head repository: sindresorhus/grunt-eslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fdbd6b056dfbc34ed4a35a5e2ad60710cd02c2c5
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 12, 2017

  1. Copy the full SHA
    eab8924 View commit details

Commits on Jun 13, 2017

  1. Update to ESLint 4 (#143)

    ChristianMurphy authored and sindresorhus committed Jun 13, 2017
    Copy the full SHA
    79d5e1f View commit details
  2. 20.0.0

    sindresorhus committed Jun 13, 2017
    Copy the full SHA
    fdbd6b0 View commit details
Showing with 3 additions and 2 deletions.
  1. +1 −0 .travis.yml
  2. +2 −2 package.json
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
sudo: false
language: node_js
node_js:
- '8'
- '6'
- '4'
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grunt-eslint",
"version": "19.0.0",
"version": "20.0.0",
"description": "Validate files with ESLint",
"license": "MIT",
"repository": "sindresorhus/grunt-eslint",
@@ -30,7 +30,7 @@
],
"dependencies": {
"chalk": "^1.0.0",
"eslint": "^3.0.0"
"eslint": "^4.0.0"
},
"devDependencies": {
"grunt": "^1.0.1",