Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 569ecd9

Browse files
authored
updates
1 parent e4fedca commit 569ecd9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
"description": "JavaScript Snake<br/> By Patrick Gillespie<br/> License: MIT<br/> http://patorjk.com/games/snake",
55
"main": "index.html",
66
"scripts": {
7+
"start": "parcel index.html --open",
8+
"build": "parcel build index.html",
79
"test": "echo \"Error: no test specified\" && exit 1"
810
},
911
"repository": {
@@ -16,8 +18,8 @@
1618
"url": "https://github.com/patorjk/JavaScript-Snake/issues"
1719
},
1820
"homepage": "https://github.com/patorjk/JavaScript-Snake#readme",
21+
"dependencies": {},
1922
"devDependencies": {
20-
"webpack": "^4.41.1",
21-
"webpack-cli": "^3.3.9"
23+
"parcel-bundler": "^1.6.1"
2224
}
2325
}

0 commit comments

Comments
 (0)