Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvalencik committed Sep 26, 2016
1 parent c31fbe1 commit 192d8e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ module.exports = {
"key-spacing" : [2, { "align": "colon", "beforeColon": true, "afterColon": true }],
"no-multi-spaces" : [2, { "exceptions": { "VariableDeclarator": true, "Property": true } }],
"import/no-extraneous-dependencies": [2, { "devDependencies" : true }],
"prefer-spread": [0]
"prefer-spread": [0],
"no-tabs": [0],
"arrow-parens": [0],
"no-plusplus": [0]
}
};
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extends-promise",
"version": "1.5.0",
"version": "1.5.1",
"description": "Micro-library that extends native promises",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -29,8 +29,8 @@
},
"homepage": "https://github.com/kjvalencik/extends-promise#readme",
"devDependencies": {
"eslint-config-airbnb-base": "^5.0.3",
"eslint-plugin-import": "^1.14.0",
"eslint-config-airbnb-base": "^8.0.0",
"eslint-plugin-import": "^1.16.0",
"gulp": "^3.9.1",
"gulp-coveralls": "^0.1.4",
"gulp-eslint": "^3.0.1",
Expand Down

0 comments on commit 192d8e6

Please sign in to comment.