Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hiimjasmine00 committed Apr 17, 2023
1 parent 567c7da commit 6e60c82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dencodeme",
"version": "1.0.1",
"version": "1.0.2",
"description": "Encode/Decode data using various encoding schemes.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand All @@ -27,7 +27,7 @@
"homepage": "https://crackabottle.js.org/dencodeme",
"scripts": {
"build": "tsup",
"docs": "typedoc src --exclude src/cli.ts",
"docs": "typedoc src --exclude src/cli.ts --includeVersion",
"test": "ts-mocha test",
"lint": "prettier . -w",
"prepare": "pnpm build"
Expand Down

0 comments on commit 6e60c82

Please sign in to comment.