Skip to content

Commit

Permalink
upgrade @chubbyts/chubbyts-packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Jan 4, 2025
1 parent 028e31e commit cfecd6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ A simple negotiation library.
Through [NPM](https://www.npmjs.com) as [@chubbyts/chubbyts-negotiation][1].

```ts
npm i @chubbyts/chubbyts-negotiation@^3.3.0
npm i @chubbyts/chubbyts-negotiation@^3.3.1
```

## Usage
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chubbyts/chubbyts-negotiation",
"type": "module",
"version": "3.3.0",
"version": "3.3.1",
"description": "A simple negotiation library.",
"keywords": [
"chubbyts",
Expand Down Expand Up @@ -45,8 +45,8 @@
},
"dependencies": {},
"devDependencies": {
"@chubbyts/chubbyts-eslint": "^3.0.1",
"@chubbyts/chubbyts-packaging": "^3.0.0",
"@chubbyts/chubbyts-eslint": "^3.0.3",
"@chubbyts/chubbyts-packaging": "^3.0.2",
"@stryker-mutator/core": "^8.7.1",
"@stryker-mutator/vitest-runner": "^8.7.1",
"@types/node": "^22.10.5",
Expand Down

0 comments on commit cfecd6e

Please sign in to comment.