Skip to content

Commit

Permalink
cqaw: 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jperl committed Aug 14, 2020
1 parent 11542aa commit f09fb3a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/docs/api/table_of_contents.md
Expand Up @@ -3,7 +3,7 @@ id: table_of_contents
title: API Table of Contents
---

### [`qawolf@v1.3.1`](https://www.npmjs.com/package/qawolf/v/1.3.1)
### [`qawolf@v1.3.2`](https://www.npmjs.com/package/qawolf/v/1.3.2)

<a href="http://badge.fury.io/js/qawolf"><img src="https://badge.fury.io/js/qawolf.svg" alt="npm version" /></a>
<br/>
Expand Down
2 changes: 1 addition & 1 deletion packages/create-qawolf/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 packages/create-qawolf/package.json
Expand Up @@ -2,7 +2,7 @@
"author": "QA Wolf",
"name": "create-qawolf",
"license": "BSD-3-Clause",
"version": "1.3.1",
"version": "1.3.2",
"description": "🛠️ Install qawolf in your application",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"createDevDependencies": {
"playwright": "1.3.0",
"qawolf": "1.3.1"
"qawolf": "1.3.2"
},
"bin": {
"create-qawolf": "./build/index.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-qawolf/test/packageJson.test.ts
Expand Up @@ -51,7 +51,7 @@ describe('addDevDependencies', () => {
\\"a\\": \\"*\\",
\\"jest\\": \\"^26.3.0\\",
\\"playwright\\": \\"1.3.0\\",
\\"qawolf\\": \\"1.3.1\\",
\\"qawolf\\": \\"1.3.2\\",
\\"ts-jest\\": \\"^26.1.4\\",
\\"z\\": \\"*\\"
}
Expand Down

0 comments on commit f09fb3a

Please sign in to comment.