remove the main from package.json (parcel-v2)

This commit is contained in:
Halit Aksoy 2022-07-15 14:56:52 +03:00
parent 38dc466e40
commit a3cebe7f7c

View File

@ -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",