dl-doubly-linked-list-ts
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "dl-doubly-linked-list-ts", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A Typescript library for doubly linked-list implementation.", | ||
"main": "./dist/doublyLinkedList.js", | ||
"scripts": { | ||
@@ -6,0 +7,0 @@ "test": "echo \"Error: no test specified\" && exit 1" |
2725821
89
7975