Skip to content

Commit

Permalink
style: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ianprime0509 committed Jan 4, 2024
1 parent 626285d commit 1ba8d69
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ A simple usage example is available on

## License

zig-xml is free software, released under the [Zero Clause BSD
License](https://spdx.org/licenses/0BSD.html), as found in the `LICENSE` file of
this repository. This license places no restrictions on your use, modification,
or redistribution of the library: providing attribution is appreciated, but not
required.
zig-xml is free software, released under the
[Zero Clause BSD License](https://spdx.org/licenses/0BSD.html), as found in the
`LICENSE` file of this repository. This license places no restrictions on your
use, modification, or redistribution of the library: providing attribution is
appreciated, but not required.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "pitchy",
"description": "A simple pitch detection library.",
"version": "0.0.0",
"files": ["index.d.ts", "index.js"],
"files": [
"index.d.ts",
"index.js"
],
"type": "module",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -30,7 +33,12 @@
"type": "git",
"url": "git+https://github.com/ianprime0509/pitchy.git"
},
"keywords": ["pitch", "detection", "music", "dsp"],
"keywords": [
"pitch",
"detection",
"music",
"dsp"
],
"author": {
"name": "Ian Johnson",
"email": "[email protected]"
Expand Down

0 comments on commit 1ba8d69

Please sign in to comment.