Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #155 from nhsuk/feature/release-ready
Browse files Browse the repository at this point in the history
Feature/release ready
  • Loading branch information
neilbmclaughlin committed Jan 30, 2019
2 parents 82b5690 + aa781f9 commit fc43177
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.20.0 / TBC
0.20.0 / 2019-02-01
===================
- Update npm dependencies
- Upgrade to `node:10.15.0-alpine` for latest security and bug patches
Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
"lint-backend": "eslint --ext .js,.json .",
"lint-frontend": "eslint ./app/public/js",
"lint-watch": "esw --watch .",
"postrewrite": "yarn git-hook",
"precommit": "yarn git-hook",
"prepush": "yarn git-hook",
"start-watch": "yarn brunch watch & nodemon --inspect=0.0.0.0 app.js | ./node_modules/bunyan/bin/bunyan",
"test": "NODE_ENV=test mocha --exit --recursive test",
"test-ci": "yarn ci-hook && yarn coverage-upload-coveralls",
Expand All @@ -30,6 +27,13 @@
"test-integration-watch": "NODE_ENV=test mocha --recursive test/integration --reporter min --watch",
"test-watch": "yarn test -- --reporter min --watch"
},
"husky": {
"hooks": {
"post-rewrite": "yarn git-hook",
"pre-commit": "yarn git-hook",
"pre-push": "yarn git-hook"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/nhsuk/sexual-health-service-finder.git"
Expand Down

0 comments on commit fc43177

Please sign in to comment.