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 923a31d commit d0236baCopy full SHA for d0236ba
README.md
@@ -3,7 +3,10 @@ Function for simplifying boolean expressions. Loosely based on boolean.py from b
3
4
## Install
5
6
-Will hopefully be soon on npm ...
+Using npm:
7
+```
8
+ npm install boolean-simp
9
10
11
## Usage
12
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "boolean-simp",
- "version": "1.0.0",
+ "version": "1.0.2",
"description": "Simplify boolean expressions",
"author": "Markus Gutbrod <gutbrod.markus@googlemail.com>",
"license": "MIT",
0 commit comments