Package
This commit is contained in:
10
package.json
10
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sigpro2",
|
"name": "sigpro",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"exports": {
|
"exports": {
|
||||||
@@ -8,13 +8,13 @@
|
|||||||
"./plugins": "./plugins/index.js",
|
"./plugins": "./plugins/index.js",
|
||||||
"./vite/*": "./vite/*.js"
|
"./vite/*": "./vite/*.js"
|
||||||
},
|
},
|
||||||
"homepage": "https://git.natxocc.com/sigpro2/",
|
"homepage": "https://natxocc.github.io/sigpro/",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://git.natxocc.com/natxocc/sigpro2.git"
|
"url": "https://github.com/natxocc/sigpro.git"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://git.natxocc.com/natxocc/sigpro2/issues"
|
"url": "https://github.com/natxocc/sigpro/issues"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"docs:dev": "vitepress dev src/docs",
|
"docs:dev": "vitepress dev src/docs",
|
||||||
|
|||||||
Reference in New Issue
Block a user