Skip to content

Commit

Permalink
[try] v1.33.4 ci to publish to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
zrwusa committed Sep 26, 2023
1 parent 151593a commit 08484f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "data-structure-typed",
"version": "1.33.3",
"version": "1.33.4",
"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",
Expand Down

0 comments on commit 08484f9

Please sign in to comment.