Skip to content

Commit

Permalink
chore: add standard-version to project
Browse files Browse the repository at this point in the history
Signed-off-by: Shreyas Adiyodi <shreyasadiyodi@gmail.com>
  • Loading branch information
shreyasadiyodi93 committed May 24, 2021
1 parent fafe3e7 commit 08a05ae
Show file tree
Hide file tree
Showing 2 changed files with 778 additions and 29 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shield",
"version": "0.1.15",
"version": "0.1.0",
"private": "true",
"description": "IAM with reverse proxy",
"main": "server.js",
Expand All @@ -17,7 +17,8 @@
"start:postgres": "docker start shield_postgres-test_1",
"test": "NODE_ENV=test node_modules/.bin/lab --sourcemaps --transform node_modules/lab-transform-typescript -l -v",
"test:local": "yarn start:postgres && yarn test",
"test:inspect": "yarn start:postgres && NODE_ENV=test node inspect node_modules/.bin/lab --sourcemaps --transform node_modules/lab-transform-typescript -l -v"
"test:inspect": "yarn start:postgres && NODE_ENV=test node inspect node_modules/.bin/lab --sourcemaps --transform node_modules/lab-transform-typescript -l -v",
"release": "standard-version"
},
"dependencies": {
"@hapi/boom": "^9.1.1",
Expand Down Expand Up @@ -88,6 +89,7 @@
"prettier": "^2.2.1",
"rosie": "^2.0.1",
"sinon": "^9.2.1",
"standard-version": "^9.3.0",
"typescript": "^4.1.2"
},
"prettier": {
Expand Down Expand Up @@ -172,4 +174,4 @@
"pre-commit": "yarn lint && yarn format && yarn test:local"
}
}
}
}
Loading

0 comments on commit 08a05ae

Please sign in to comment.