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 da3ad4d commit e37ba07Copy full SHA for e37ba07
changelog.md
@@ -1,5 +1,6 @@
1
-n.n.n / 2019-02-21
2
-==================
+0.0.3 / 2019-02-21
+
3
+=================
4
5
* Merge pull request #2 from christianbender/add_bogo_sort
6
@@ -14,4 +15,4 @@ n.n.n / 2019-02-21
14
15
==================
16
17
* fix install issue && jump to 0.0.2
- * init
18
+ * init
package.json
@@ -4,7 +4,7 @@
"description": "A collection of All ▲lgorithms implemented in JavaScript",
"main": "index.js",
"scripts": {
7
- "test": "xo"
+ "test": "xo && ava"
8
},
9
"repository": {
10
"type": "git",
0 commit comments