Skip to content

Commit

Permalink
Upgrade deps and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Acylation committed Mar 31, 2024
1 parent ccd12d5 commit 0227cb8
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 17 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Acylation
Copyright (c) 2023-2024 Chiyu Liang (Acylation)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "typewriter-sounds",
"name": "Typewriter Sounds",
"id": "click-clack",
"name": "Click clack",
"version": "0.0.1",
"minAppVersion": "1.0.0",
"description": "Simulates typewriter sounds in Obsidian.md",
Expand Down
33 changes: 23 additions & 10 deletions package-lock.json

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

10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typewriter-sounds",
"version": "0.0.1",
"description": "Simulates typewriter sounds in Obsidian.md",
"name": "click-clack",
"version": "0.1.0",
"description": "Make some noise when typing in Obsidian.md!",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
Expand All @@ -10,6 +10,7 @@
"lint": "eslint ./src"
},
"keywords": [
"mechanical-keyboard",
"typewriter",
"obsidian",
"obsidian-plugin",
Expand All @@ -19,6 +20,7 @@
"author": "Acylation",
"license": "MIT",
"devDependencies": {
"@types/howler": "^2.2.8",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
Expand All @@ -31,4 +33,4 @@
"dependencies": {
"howler": "^2.2.3"
}
}
}

0 comments on commit 0227cb8

Please sign in to comment.