Skip to content
This repository was archived by the owner on Jun 21, 2020. It is now read-only.

Commit 2fd179e

Browse files
committed
[chore] update package.json
1 parent e9fd31b commit 2fd179e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "logicalornot",
33
"version": "0.0.1",
44
"description": "A Game About JavaScript Logical (Or Not) Operators.",
5-
"main": "index.js",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/Zhouzi/logicalornot.git"
88
},
99
"keywords": [
1010
"logical",
@@ -14,6 +14,10 @@
1414
],
1515
"author": "Gabin",
1616
"license": "MIT",
17+
"bugs": {
18+
"url": "https://github.com/Zhouzi/logicalornot/issues"
19+
},
20+
"homepage": "https://github.com/Zhouzi/logicalornot",
1721
"devDependencies": {
1822
"babel-core": "^5.1.11",
1923
"babel-loader": "^5.0.0",

0 commit comments

Comments
 (0)