Skip to content

Commit 923a31d

Browse files
committed
Define Repository location
1 parent 5234a7d commit 923a31d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
{
2-
"name": "boolean_js",
2+
"name": "boolean-simp",
33
"version": "1.0.0",
44
"description": "Simplify boolean expressions",
55
"author": "Markus Gutbrod <gutbrod.markus@googlemail.com>",
66
"license": "MIT",
77
"main": "main.js",
88
"private": false,
9+
10+
"repository": {
11+
"type" : "git",
12+
"url" : "https://github.com/bigbug/boolean.git"
13+
},
14+
915
"scripts": {
1016
"start": "node main.js",
1117
"test": "mocha"

0 commit comments

Comments
 (0)