Skip to content

Commit

Permalink
Merge pull request #15 from sglanzer/master
Browse files Browse the repository at this point in the history
Updating major versions of dependencies
  • Loading branch information
sglanzer committed Feb 17, 2016
2 parents 24a3ea0 + 4131db4 commit 3ad29ed
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,25 @@
"eslint"
],
"author": "Adam Meadows (https://github.com/job13er)",
"contributors": [
"Matt Dahl (https://github.com/sandersky)",
"Steven Glanzer (https://github.com/sglanzer)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ciena-frost/frost-standard/issues"
},
"homepage": "https://github.com/ciena-frost/frost-standard#readme",
"devDependencies": {
"chai": "^3.4.1",
"eslint": "^1.10.3",
"eslint": "^2.1.0",
"istanbul": "^0.4.2",
"mocha": "^2.4.2"
},
"dependencies": {
"babel-eslint": "^4.1.7",
"eslint-config-standard": "^4.4.0",
"babel-eslint": "^5.0.0",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.0.8",
"eslint-plugin-standard": "^1.3.1"
}
}
}

0 comments on commit 3ad29ed

Please sign in to comment.