Skip to content

Commit 2cdee9d

Browse files
Update package.json
1 parent f13c5cd commit 2cdee9d

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "javascript-snake",
3-
"version": "1.0.0",
4-
"description": "JavaScript Snake<br/> By Patrick Gillespie<br/> License: MIT<br/> http://patorjk.com/games/snake",
5-
"main": "index.html",
2+
"name": "snake",
3+
"version": "1.2.7",
4+
"description": "Snake<br/> By Hedgesoft<br/> License: MIT<br/>",
5+
"main": "snake.html",
66
"scripts": {
7-
"start": "parcel index.html --open",
8-
"build": "parcel build index.html",
7+
"start": "parcel snake.html --open",
8+
"build": "parcel build snake.html",
99
"test": "echo \"Error: no test specified\" && exit 1"
1010
},
1111
"repository": {
@@ -15,9 +15,9 @@
1515
"author": "",
1616
"license": "MIT",
1717
"bugs": {
18-
"url": "https://github.com/patorjk/JavaScript-Snake/issues"
18+
"url": "https://github.com/Hedgesoft-Company/JavaScript-Snake/issues"
1919
},
20-
"homepage": "https://github.com/patorjk/JavaScript-Snake#readme",
20+
"homepage": "https://github.com/Hedgesoft-Company/JavaScript-Snake#readme",
2121
"dependencies": {},
2222
"devDependencies": {
2323
"parcel-bundler": "^1.6.1"

0 commit comments

Comments
 (0)