We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5d716 commit 5e9204cCopy full SHA for 5e9204c
2 files changed
CHANGELOG.md
@@ -21,7 +21,7 @@
21
- Adds arraySetDifference
22
23
24
-# "version": "0.0.5-alpha"
+# "version": "0.1.0"
25
- Update Readme
26
- SetOperations abstract class with all the utils implemented
27
- Test Coverage up to 100%
deno.json
@@ -1,6 +1,9 @@
1
{
2
"name": "@discrete-math/set-theory",
3
- "version": "0.0.4-alpha",
+ "version": "0.1.0",
4
+ "description": "TypeScript Set Theory Library",
5
+ "title": "TypeScript Set Theory Library",
6
+ "author": "E. A. Arroyo",
7
"license": "MIT",
8
"exports": {
9
".": "./src/index.ts"
0 commit comments