Skip to content

Commit

Permalink
Merge pull request #53 from Financial-Times/upgrade-n-gage
Browse files Browse the repository at this point in the history
Upgrade n-gage ^3.5.0 -> ^5.0.0
  • Loading branch information
andygout authored Jun 17, 2020
2 parents 4bf71aa + a0fa2ed commit 5749ef0
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "next-session-client",
"version": "0.0.0",
"devDependencies": {
"@financial-times/n-gage": "^3.5.0",
"@financial-times/n-gage": "^5.0.0",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.0",
"babel-preset-es2015": "^6.24.0",
Expand All @@ -24,9 +24,13 @@
"node": "12.x"
},
"scripts": {
"precommit": "node_modules/.bin/secret-squirrel",
"prepush": "make test && make verify -j3",
"commitmsg": "node_modules/.bin/secret-squirrel-commitmsg",
"prepare": "npx snyk protect || npx snyk protect -d || true"
},
"husky": {
"hooks": {
"commit-msg": "node_modules/.bin/secret-squirrel-commitmsg",
"pre-commit": "node_modules/.bin/secret-squirrel",
"pre-push": "make test && make verify -j3"
}
}
}

0 comments on commit 5749ef0

Please sign in to comment.