Fixed packege.json
This commit is contained in:
parent
e354b0f743
commit
f471b7e15f
@ -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"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user