From 4b130dd2828a6e84f355efe210fa18275196aaf8 Mon Sep 17 00:00:00 2001 From: Revone Date: Tue, 26 Sep 2023 19:44:13 +0800 Subject: [PATCH] [test] eslint test directary and format --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 02012da..a65b3a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "data-structure-typed", - "version": "1.33.2", + "version": "1.33.3", "description": "Data Structures of Javascript & TypeScript. Binary Tree, BST, Graph, Heap, Priority Queue, Linked List, Queue, Deque, Stack, AVL Tree, Tree Multiset, Trie, Directed Graph, Undirected Graph, Singly Linked List, Doubly Linked List, Max Heap, Max Priority Queue, Min Heap, Min Priority Queue.", "main": "dist/index.js", "module": "lib/index.js",