@lisba/data-structures-js
Advanced tools
Comparing version
{ | ||
"name": "@lisba/data-structures-js", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Common data structures implementation in Javascript.", | ||
@@ -10,3 +10,3 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "jest --config jest.config.js", | ||
"test": "jest --config jest.config.cjs", | ||
"lint": "eslint ./", | ||
@@ -13,0 +13,0 @@ "format": "prettier ./ --write .", |
19073
0.01%