Skip to content

Commit

Permalink
Prepare for version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philoserf committed Feb 14, 2025
1 parent 599e618 commit d2979bb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 28 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"scripts": {
"build": "tsc -noEmit && node esbuild.config.mjs production",
"dev": "node esbuild.config.mjs",
"version": "node version-bump.mjs",
"format": "prettier --write --list --ignore-unknown . && markdownlint --ignore node_modules --disable MD013 MD041 --fix ."
},
"devDependencies": {
Expand Down
26 changes: 0 additions & 26 deletions version-bump.mjs

This file was deleted.

1 change: 1 addition & 0 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.0.1": "1.0.0",
"1.0.0": "1.0.0",
"0.1.0": "0.9.7"
}

0 comments on commit d2979bb

Please sign in to comment.