Update package information
This commit is contained in:
parent
f33348c463
commit
051d85b19a
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
||||||
{
|
{
|
||||||
"name": "nyooom",
|
"name": "nyooom",
|
||||||
"version": "1.0.0",
|
"version": "0.0.1",
|
||||||
"author": "darkwiiplayer",
|
"author": "darkwiiplayer",
|
||||||
"license": "Unlicense",
|
"license": "Unlicense",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./render.js"
|
"./render": "./render.js"
|
||||||
},
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://git.but.gay/darkwiiplayer/nyooom"
|
"url": "https://git.but.gay/darkwiiplayer/nyooom"
|
||||||
},
|
},
|
||||||
"homepage": "https://darkwiiplayer.github.io/nyooom",
|
"homepage": "https://darkwiiplayer.github.io/nyooom",
|
||||||
"keywords": []
|
"keywords": []
|
||||||
|
|
Loading…
Reference in a new issue