Commit e573eb20 authored by KangMin An's avatar KangMin An
Browse files

Update gitignore & modules & Pkg Script.

parent 5077b017
# Mac OS Format File
.DS_Store
# VScode setting File
.vscode/*
# Arduino File
arduino/
\ No newline at end of file
......@@ -8,7 +8,7 @@
"@testing-library/user-event": "^7.2.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.3"
"react-scripts": "^3.4.4"
},
"scripts": {
"start": "react-scripts start",
......
......@@ -4,7 +4,7 @@
"description": "",
"main": "init.js",
"scripts": {
"start": "nodemon --exec babel-node src/init.js --delay 2"
"dev:server": "nodemon --exec babel-node src/init.js --delay 2"
},
"repository": {
"type": "git",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment