mirror of
https://github.com/zrwusa/data-structure-typed.git
synced 2025-04-26 07:33:31 +00:00
[pkg] npm package size reduced
This commit is contained in:
parent
092ac731b4
commit
2dcb33cafe
2 changed files with 21 additions and 13 deletions
32
.npmignore
32
.npmignore
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue