modified: README.md
modified: package.json im evil
This commit is contained in:
parent
071b836b29
commit
039582baae
|
@ -1,7 +1,7 @@
|
||||||
# pianoverse client for TS
|
# pianoverse client for TS
|
||||||
|
|
||||||
## install
|
## install
|
||||||
run `bun add git+https://git.sad.ovh/sophie/pianoverse`
|
run `bun add pianoverse`
|
||||||
then import `pianoverse`
|
then import `pianoverse`
|
||||||
|
|
||||||
## requirements
|
## requirements
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
"name": "pianoverse",
|
"name": "pianoverse",
|
||||||
"module": "index.ts",
|
"module": "index.ts",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"version": "v1.0.0",
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
"homepage": "https://git.sad.ovh/sophie/pianoverse",
|
"homepage": "https://git.sad.ovh/sophie/pianoverse",
|
||||||
"bugs": "https://git.sad.ovh/sophie/pianoverse/issues",
|
"bugs": "https://git.sad.ovh/sophie/pianoverse/issues",
|
||||||
|
|
Loading…
Reference in a new issue