removed menu from snakeMultiplayer page
... | ... | @@ -16,7 +16,8 @@ |
"typescript": "^4.1.3" | ||
}, | ||
"scripts": { | ||
"watch": "start yarn parcel ./_src/*.html watch" | ||
"watch": "start yarn parcel ./_src/*.html watch", | ||
"build": "yarn parcel build ./_src/*.html" | ||
}, | ||
"dependencies": { | ||
"animatewithsass": "^3.2.1", | ||
... | ... |
Please register or sign in to comment