Rename to ceres
This commit is contained in:
parent
75087c23ca
commit
3ab74d09a0
1 changed files with 8 additions and 13 deletions
21
package.json
21
package.json
|
@ -1,21 +1,16 @@
|
||||||
{
|
{
|
||||||
"name": "skooma",
|
"name": "ceres",
|
||||||
"version": "1.7.0",
|
"version": "1.0.0",
|
||||||
"author": "darkwiiplayer",
|
"author": "darkwiiplayer",
|
||||||
"license": "Unlicense",
|
"license": "Unlicense",
|
||||||
"main": "render.js",
|
"exports": {
|
||||||
|
".": "./render.js"
|
||||||
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/darkwiiplayer/skooma-js"
|
"url": "git+https://git.but.gay/darkwiiplayer/ceres"
|
||||||
},
|
},
|
||||||
"homepage": "https://darkwiiplayer.github.io/skooma-js",
|
"homepage": "https://darkwiiplayer.github.io/ceres",
|
||||||
"keywords": [
|
"keywords": []
|
||||||
"skooma",
|
|
||||||
"components",
|
|
||||||
"functional",
|
|
||||||
"html",
|
|
||||||
"ui",
|
|
||||||
"utility"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue