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