Skip to content

Commit

Permalink
[pkg] npm package size reduced
Browse files Browse the repository at this point in the history
  • Loading branch information
zrwusa committed Oct 6, 2023
1 parent 092ac73 commit 2dcb33c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 13 deletions.
32 changes: 20 additions & 12 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,31 @@
.gitignore
.prettierignore

/notes
/backup

/package-lock.json
/webpack.config.js

/rename_clear_files.sh
/tsconfig.prod.json

/docs/assets
/docs/classes
/docs/enums
/docs/functions
/docs/interfaces
/docs/types
/docs/variables
/docs
#/docs/assets
#/docs/classes
#/docs/enums
#/docs/functions
#/docs/interfaces
#/docs/types
#/docs/variables

/coverage/lcov-report
/coverage/clover.xml
/coverage/lcov.info
/coverage
#/coverage/lcov-report
#/coverage/clover.xml
#/coverage/lcov.info

/notes
/backup
jest.config.js
.prettierrc.js
tsconfig.json
/test
/src
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.8",
"version": "1.33.9",
"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 2dcb33c

Please sign in to comment.