Skip to content

Commit

Permalink
Release 0.6.0 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwalle61 authored Dec 22, 2019
1 parent 23d3349 commit 9ca21c5
Show file tree
Hide file tree
Showing 2 changed files with 3 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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chai-openapi-response-validator",
"version": "0.5.1",
"version": "0.6.0",
"description": "Simple Chai support for asserting that HTTP responses satisfy an OpenAPI spec",
"main": "index.js",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"test:full": "npm run lint && npm run test:coverage && npm run test:mutation",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"prepublish": "npm run test:full"
"prepublishOnly": "npm run test:full"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9ca21c5

Please sign in to comment.