Skip to content

Commit

Permalink
Merge branch 'release/v0.16.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
holtwick committed Jan 7, 2024
2 parents 7c45f57 + d340878 commit 0a9ee53
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ _archive
.npmrc
.npmrc*
lib
docs
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zeed",
"type": "module",
"version": "0.16.2",
"version": "0.16.3",
"description": "🌱 Simple foundation library",
"author": {
"name": "Dirk Holtwick",
Expand Down Expand Up @@ -49,9 +49,11 @@
},
"scripts": {
"build": "nr clean && NODE_ENV=production tsup",
"build:docs": "typedoc src/index.all.ts",
"build:docs": "nlx typedoc src/index.all.ts",
"check": "tsc --noEmit -p tsconfig.json",
"circles": "madge --circular --summary --orphans --leaves --warning --extensions ts src",
"credits": "nlx credits-cli",
"circles": "nlx madge --circular --summary --orphans --leaves --warning --extensions ts src",
"upload:docs": "nr build:docs && rsync -avz docs/* cy:public_html/zeed.holtwick.de",
"clean": "rm -rf dist",
"coverage": "vitest --run --coverage",
"lint": "eslint .",
Expand All @@ -66,13 +68,10 @@
"@antfu/eslint-config": "^2.6.1",
"@antfu/ni": "^0.21.12",
"@types/node": "^20.10.6",
"c8": "^9.0.0",
"cross-fetch": "^4.0.0",
"@vitest/coverage-v8": "^1.1.3",
"esbuild": "^0.19.11",
"eslint": "^8.56.0",
"madge": "^6.1.0",
"tsup": "^8.0.1",
"typedoc": "^0.25.6",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vitest": "^1.1.3"
Expand Down

0 comments on commit 0a9ee53

Please sign in to comment.