We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce38fa commit c6c37f6Copy full SHA for c6c37f6
package.json
@@ -1,4 +1,5 @@
1
{
2
+ "name": "shortest-monorepo",
3
"private": true,
4
"type": "module",
5
"packageManager": "[email protected]",
packages/shortest/package.json
@@ -1,6 +1,6 @@
"name": "@antiwork/shortest",
- "version": "0.4.1",
+ "version": "0.4.2",
"description": "AI-powered natural language end-to-end testing framework",
6
"main": "./dist/index.js",
@@ -64,9 +64,10 @@
64
"mailosaur": "^8.7.0",
65
"playwright": "^1.48.2"
66
},
67
- "author": "Antiwork",
+ "author": "Anti-Work",
68
"license": "MIT",
69
"repository": {
70
+ "directory": "packages/shortest",
71
"type": "git",
72
"url": "https://github.com/anti-work/shortest"
73
0 commit comments