remove the main from package.json (parcel-v2)
This commit is contained in:
parent
38dc466e40
commit
a3cebe7f7c
@ -2,7 +2,6 @@
|
|||||||
"name": "mancala-frontend",
|
"name": "mancala-frontend",
|
||||||
"version": "0.1.3-beta.14",
|
"version": "0.1.3-beta.14",
|
||||||
"description": "Mancala Game Frontend",
|
"description": "Mancala Game Frontend",
|
||||||
"main": "index.js",
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "parcel src/index.html",
|
"dev": "parcel src/index.html",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user