Skip to content

Commit

Permalink
Merge pull request #41 from eslint/deps
Browse files Browse the repository at this point in the history
Upgrade: Dependencies (fixes #40)
  • Loading branch information
btmills committed Jan 16, 2016
2 parents 96dbf3f + a47df46 commit 7dc4aca
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,13 @@
"test": "eslint --ext .js --ext .md . && mocha tests"
},
"main": "index.js",
"peerDependencies": {
"eslint": ">=0.16.0"
},
"devDependencies": {
"chai": "^3.0.0",
"eslint": "^1.10.3",
"eslint-config-eslint": "^1.0.1",
"eslint": "^2.0.0-beta.1",
"eslint-config-eslint": "^2.0.0",
"mocha": "^2.2.5"
},
"dependencies": {
"object-assign": "^3.0.0"
"object-assign": "^4.0.1"
}
}

0 comments on commit 7dc4aca

Please sign in to comment.