Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Anahkiasen committed Sep 17, 2016
1 parent 697c36d commit 7d6880d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": "madewithlove",
"rules": {
"no-prototype-builtins": 0,
"promise/always-return": 0
"no-prototype-builtins": 0
}
}
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,22 @@
"license": "MIT",
"dependencies": {
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.13.1",
"lodash": "^4.15.0",
"url": "^0.11.0"
},
"devDependencies": {
"eslint": "^3.0.1",
"eslint": "^3.5.0",
"eslint-config-madewithlove": "^3.4.2",
"fetch-mock": "^4.6.1",
"jest": "^15.1.1",
"madewithlove-webpack-config": "^4.1.0",
"webpack": "^1.13.1"
"madewithlove-webpack-config": "^4.1.1",
"webpack": "^1.13.2"
},
"scripts": {
"build": "BABEL_ENV=production webpack --progress",
"prepublish": "npm run build",
"postversion": "git push; git push --tags; npm publish",
"lint": "eslint src",
"test": "mocha tests --recursive --compilers js:babel-core/register",
"test:watch": "npm run test -- --watch"
"test": "jest"
}
}

0 comments on commit 7d6880d

Please sign in to comment.