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