Skip to content

Commit

Permalink
use @chubbyts/chubbyts-packaging v2
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Jul 26, 2023
1 parent 92a891d commit dc09172
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ Http Request/Response with middleware and handler, [PSR-15][2] inspired.
## Requirements

* node: 16
* [chubbyts/chubbyts-http-types][3]: ^1.2.2
* [chubbyts/chubbyts-http-types][3]: ^1.2.3
* [qs][4]: ^6.11.1

## Installation

Through [NPM](https://www.npmjs.com) as [@chubbyts/chubbyts-http][1].

```ts
npm i @chubbyts/chubbyts-http@^1.2.0
npm i @chubbyts/chubbyts-http@^1.2.1
```

## Copyright
Expand Down
1 change: 1 addition & 0 deletions build.js
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chubbyts/chubbyts-http",
"type": "module",
"version": "1.2.0",
"version": "1.2.1",
"description": "Http Request/Response with middleware and handler, PSR-15 inspired.",
"keywords": [
"chubbyts",
Expand All @@ -16,7 +16,7 @@
"license": "MIT",
"repository": "chubbyts/chubbyts-http",
"scripts": {
"build": "rm -rf ./dist && tsc -b ./tsconfig.types.json ./tsconfig.esm.json ./tsconfig.cjs.json && node ./rename-commonjs.js",
"build": "node ./build.js",
"cs-fix": "prettier --write src tests",
"cs": "prettier --check src tests",
"infection": "stryker run",
Expand Down Expand Up @@ -50,20 +50,20 @@
"./*": {
"types": "./*.d.ts",
"require": "./*.cjs",
"import": "./*.js",
"default": "./*.js"
"import": "./*.mjs",
"default": "./*.mjs"
}
},
"engines": {
"node": ">=16"
},
"dependencies": {
"@chubbyts/chubbyts-http-types": "^1.2.2",
"@chubbyts/chubbyts-http-types": "^1.2.3",
"qs": "^6.11.2"
},
"devDependencies": {
"@chubbyts/chubbyts-eslint": "^2.0.2",
"@chubbyts/chubbyts-packaging": "^1.0.3",
"@chubbyts/chubbyts-eslint": "^2.0.3",
"@chubbyts/chubbyts-packaging": "^2.0.4",
"@stryker-mutator/core": "^7.1.1",
"@stryker-mutator/jest-runner": "^7.1.1",
"@types/jest": "^29.5.3",
Expand Down
1 change: 0 additions & 1 deletion rename-commonjs.js

This file was deleted.

0 comments on commit dc09172

Please sign in to comment.