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 944856a commit d70dc1a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ A minimal static file handler for chubbyts-http-types.
## Requirements

* node: 16
* [@chubbyts/chubbyts-http-error][2]: ^2.3.0
* [@chubbyts/chubbyts-http-types][3]: ^1.2.2
* [@chubbyts/chubbyts-http-error][2]: ^2.3.1
* [@chubbyts/chubbyts-http-types][3]: ^1.2.3

## Installation

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

```ts
npm i @chubbyts/chubbyts-static-file@^2.0.0
npm i @chubbyts/chubbyts-static-file@^2.0.1
```

## Usage
Expand Down
1 change: 1 addition & 0 deletions build.js
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chubbyts/chubbyts-static-file",
"type": "module",
"version": "2.0.0",
"version": "2.0.1",
"description": "A minimal static file handler for chubbyts-http-types.",
"keywords": [
"chubbyts",
Expand All @@ -12,7 +12,7 @@
"license": "MIT",
"repository": "chubbyts/chubbyts-static-file",
"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 @@ -46,21 +46,21 @@
"./*": {
"types": "./*.d.ts",
"require": "./*.cjs",
"import": "./*.js",
"default": "./*.js"
"import": "./*.mjs",
"default": "./*.mjs"
}
},
"engines": {
"node": ">=16"
},
"dependencies": {
"@chubbyts/chubbyts-http-error": "^2.3.0",
"@chubbyts/chubbyts-http-types": "^1.2.2"
"@chubbyts/chubbyts-http-error": "^2.3.1",
"@chubbyts/chubbyts-http-types": "^1.2.3"
},
"devDependencies": {
"@chubbyts/chubbyts-eslint": "^2.0.2",
"@chubbyts/chubbyts-function-mock": "^1.4.0",
"@chubbyts/chubbyts-packaging": "^1.0.3",
"@chubbyts/chubbyts-eslint": "^2.0.3",
"@chubbyts/chubbyts-function-mock": "^1.4.1",
"@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 d70dc1a

Please sign in to comment.