Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pwfcurry committed Nov 14, 2019
1 parent 5330b34 commit 0a9f6f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "swagger-mod-security",
"description": "Transform swagger schema by filtering paths",
"version": "2.0.0",
"version": "2.0.1",
"repository": {
"type": "git",
"url": "[email protected]:Countingup/swagger-mod-security.git"
Expand All @@ -11,7 +11,7 @@
"main": "index.js",
"scripts": {
"preversion": "yarn test",
"postversion": "git push --tags && yarn publish . --tag $npm_package_version && git push && echo \"Successfully released version $npm_package_version!\"",
"postversion": "git push --tags && yarn publish && git push && echo \"Successfully released version $npm_package_version!\"",
"test": "jest src",
"fmt": "prettier --write \"**/*.md\" && prettier --write \"./**/*.js\"",
"fmt-check": "prettier --list-different --parser=markdown \"./**/*.md\" && prettier --list-different \"./**/*.js\""
Expand Down

0 comments on commit 0a9f6f2

Please sign in to comment.