Don't sort the list on every render (#58)

This commit is contained in:
Maciej Hirsz
2018-09-27 17:01:51 +02:00
committed by GitHub
parent 87facf1552
commit 62d2847bb0
13 changed files with 416 additions and 67 deletions
+5 -1
View File
@@ -10,6 +10,10 @@
"node": ">=9.5"
},
"scripts": {
"test": "echo \"Tests only available from root wrapper\""
"test": "node ./test | tap-spec"
},
"devDependencies": {
"tap-spec": "^5.0.0",
"tape": "^4.9.1"
}
}