Edited to use webpack

This commit is contained in:
Eunchong Kim 2021-07-17 00:02:02 +09:00
parent e499a37df9
commit 52b1c0b212

View File

@ -1,8 +1,8 @@
{ {
"name": "uno-game", "name": "uno-game",
"version": "0.0.0", "version": "1.0.0",
"description": "Uno game", "description": "Uno game",
"main": "index.js", "private": true,
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },