diff options
| author | Eugen Wissner <belka@caraus.de> | 2025-09-12 21:04:58 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2025-09-12 21:04:58 +0200 |
| commit | e2a5c62c15d4b6d5bd647a9c935a4c82990ea0dc (patch) | |
| tree | be75b7d86ce77a353bbafd7bc60b5f156c729cf0 /assertion/package.json | |
| parent | decd8e9e3d98d79b33c56e1c1a53e11fb5047c4a (diff) | |
| download | cucumber-js-demo-e2a5c62c15d4b6d5bd647a9c935a4c82990ea0dc.tar.gz | |
Handle subpackages with workspaces
Diffstat (limited to 'assertion/package.json')
| -rw-r--r-- | assertion/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assertion/package.json b/assertion/package.json index a5dd8f0..c3dc6e0 100644 --- a/assertion/package.json +++ b/assertion/package.json @@ -1,5 +1,5 @@ { - "name": "assertion", + "name": "@cucumber-js-demo/assertion", "version": "1.0.0", "description": "", "main": "index.js", @@ -11,7 +11,7 @@ "license": "MPL-2.0", "dependencies": { "@cucumber/cucumber": "^12.0.0", - "chai": "^5.2.1", + "chai": "^6.0.1", "expect": "^30.0.4" } } |
