Skip to content

Commit

Permalink
Add release instructions (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
Siegrift authored Dec 9, 2022
1 parent 8de4339 commit 9e1e8bd
Show file tree
Hide file tree
Showing 2 changed files with 1,489 additions and 11 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"main": "./index.js",
"types": "./index.d.ts",
"files": [
"*"
"dist"
],
"engines": {
"node": "18.x"
Expand All @@ -19,6 +19,7 @@
"@types/jest": "^29.2.4",
"@types/node": "^18.11.12",
"jest": "^29.3.1",
"np": "^7.6.2",
"prettier": "^2.8.1",
"ts-jest": "^29.0.3",
"tsd": "^0.25.0",
Expand All @@ -33,6 +34,7 @@
"docs:raw": "typedoc src/index.ts --out $DOCS_OUT_DIR --gitRevision master && cp -r ./assets/* $DOCS_OUT_DIR/assets",
"lint": "prettier --check .",
"lint:fix": "prettier --write .",
"publish-new-version": "np",
"test-watch": "jest --watch",
"test": "jest"
},
Expand Down
Loading

0 comments on commit 9e1e8bd

Please sign in to comment.