Skip to content

Commit

Permalink
increment patch version 3.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed May 26, 2020
1 parent 38903d8 commit 2603fd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-openapi-validator",
"version": "3.14.0",
"version": "3.14.1",
"description": "Automatically validate API requests and responses with OpenAPI 3 and Express.",
"main": "dist/index.js",
"scripts": {
Expand All @@ -11,7 +11,8 @@
"test:coverage": "TS_NODE_FILES=true nyc mocha -r source-map-support/register -r ts-node/register --recursive test/**/*.spec.ts",
"test:coverage:windows": "set TS_NODE_FILES=true & nyc mocha -r source-map-support/register -r ts-node/register --recursive test/**/*.spec.ts",
"coveralls": "cat coverage/lcov.info | coveralls -v",
"codacy": "cat coverage/lcov.info | codacy-coverage"
"codacy": "cat coverage/lcov.info | codacy-coverage",
"test:reset": "rm -rf node_modules && npm i && npm run compile && npm t"
},
"repository": {
"url": "https://github.com/cdimascio/express-openapi-validator"
Expand Down

0 comments on commit 2603fd9

Please sign in to comment.