Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4fedca commit 569ecd9Copy full SHA for 569ecd9
package.json
@@ -4,6 +4,8 @@
4
"description": "JavaScript Snake<br/> By Patrick Gillespie<br/> License: MIT<br/> http://patorjk.com/games/snake",
5
"main": "index.html",
6
"scripts": {
7
+ "start": "parcel index.html --open",
8
+ "build": "parcel build index.html",
9
"test": "echo \"Error: no test specified\" && exit 1"
10
},
11
"repository": {
@@ -16,8 +18,8 @@
16
18
"url": "https://github.com/patorjk/JavaScript-Snake/issues"
17
19
20
"homepage": "https://github.com/patorjk/JavaScript-Snake#readme",
21
+ "dependencies": {},
22
"devDependencies": {
- "webpack": "^4.41.1",
- "webpack-cli": "^3.3.9"
23
+ "parcel-bundler": "^1.6.1"
24
}
25
0 commit comments