Update package.json

This commit is contained in:
kavalar 2022-12-16 20:29:01 +03:00 committed by GitHub
parent c1366ef5eb
commit 793b5594ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
"description": "", "description": "",
"scripts": { "scripts": {
"start": "parcel src/index.html -p 4500 --open ", "start": "parcel src/index.html -p 4500 --open ",
"build": "parcel build ./src/index.html --public-url /cg-select/", "build": "parcel build ./src/index.html --public-url /",
"deploy": "gh-pages -d dist", "deploy": "gh-pages -d dist",
"predeploy": "npm run build" "predeploy": "npm run build"
}, },
@ -17,7 +17,7 @@
"bugs": { "bugs": {
"url": "https://github.com/MaxOvs19/cg-select/issues" "url": "https://github.com/MaxOvs19/cg-select/issues"
}, },
"homepage": "https://maxovs19.github.io/cg-select", "homepage": "https://cg-select.itguild.info",
"devDependencies": { "devDependencies": {
"@parcel/transformer-sass": "^2.7.0", "@parcel/transformer-sass": "^2.7.0",
"parcel": "^2.7.0", "parcel": "^2.7.0",