Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update jest from 22.4.4 to 23.6.0
  • Loading branch information
dependencies-bot committed Sep 10, 2018
commit fa6fb0067ae26411bee0b3bc5dccaa44f6360645
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,17 @@
"test": "jest"
},
"lint-staged": {
"*.{js,json}": ["prettier --single-quote --write", "git add"]
"*.{js,json}": [
"prettier --single-quote --write",
"git add"
]
},
"license": "MIT",
"files": ["index.js", "lib", "Licence"],
"files": [
"index.js",
"lib",
"Licence"
],
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -36,7 +43,7 @@
"chai-passport-strategy": "^1.0.1",
"codecov": "^3.0.0",
"husky": "^0.14.3",
"jest": "^22.0.3",
"jest": "23.6.0",
"lint-staged": "^6.0.0",
"prettier": "^1.8.2"
},
Expand Down