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 5234a7d commit 923a31dCopy full SHA for 923a31d
package.json
@@ -1,11 +1,17 @@
1
{
2
- "name": "boolean_js",
+ "name": "boolean-simp",
3
"version": "1.0.0",
4
"description": "Simplify boolean expressions",
5
"author": "Markus Gutbrod <[email protected]>",
6
"license": "MIT",
7
"main": "main.js",
8
"private": false,
9
+
10
+ "repository": {
11
+ "type" : "git",
12
+ "url" : "https://github.com/bigbug/boolean.git"
13
+ },
14
15
"scripts": {
16
"start": "node main.js",
17
"test": "mocha"
0 commit comments