Skip to content

Commit

Permalink
Remove prepare script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakuna committed Nov 20, 2024
1 parent 16a273c commit 90821fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lakuna/ugl",
"version": "23.0.0",
"version": "23.0.1",
"description": "A lightweight WebGL2 library.",
"keywords": [
"front-end"
Expand Down Expand Up @@ -32,8 +32,7 @@
"build": "tsc",
"lint": "eslint src",
"doc": "typedoc src",
"beautify": "prettier . --write",
"prepare": "husky"
"beautify": "prettier . --write"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
Expand Down

0 comments on commit 90821fa

Please sign in to comment.