Fixed packege.json

This commit is contained in:
MaxOvs19 2023-02-23 20:05:46 +03:00
parent e354b0f743
commit f471b7e15f

View File

@ -2,11 +2,9 @@
"name": "example-cg-select-page", "name": "example-cg-select-page",
"version": "0.2.5", "version": "0.2.5",
"description": "This is a test page to demonstrate the capabilities of the select", "description": "This is a test page to demonstrate the capabilities of the select",
"main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "start": "parcel ./index.html -p 4500 --open",
"start": "parcel index.html -p 4500 --open", "build": "parcel build ./index.html",
"build": "parcel build index.html",
"deploy": "gh-pages -d dist", "deploy": "gh-pages -d dist",
"predeploy": "npm run build" "predeploy": "npm run build"
}, },