From 65af9d6f20ea4929c0dccf180a6f3a6b845609a7 Mon Sep 17 00:00:00 2001 From: Revone Date: Mon, 13 Nov 2023 22:30:59 +0800 Subject: [PATCH] docs: Added development umd module --- README.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e2d1fd..17d2ba0 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,13 @@ import { ### CDN Copy the line below into the head tag in an HTML document. + +#### development +```html + +``` + +#### production ```html ``` diff --git a/package.json b/package.json index 513f54f..0db3d66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "data-structure-typed", - "version": "1.43.2", + "version": "1.43.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/cjs/src/index.js", "module": "dist/mjs/src/index.js",