ts-linked-list
Advanced tools
Comparing version 0.0.2 to 0.0.4
{ | ||
"name": "ts-linked-list", | ||
"version": "0.0.2", | ||
"description": "A doubly linked list implementation", | ||
"version": "0.0.4", | ||
"description": "A doubly linked list written in TypeScript", | ||
"keywords": [ | ||
"doubly linked list", | ||
"linked list", | ||
"typescript" | ||
], | ||
"homepage": "https://tuelsch.github.io/ts-linked-list/", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/tuelsch/ts-linked-list.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/tuelsch/ts-linked-list/issues" | ||
}, | ||
"main": "dist/index.js", | ||
@@ -20,3 +33,6 @@ "min": "dist/index.min.js", | ||
"test:watch": "jest --watchAll", | ||
"doc": "typedoc --theme minimal --out ./doc ./src" | ||
"doc": "typedoc --theme minimal --out ./doc ./src", | ||
"preversion": "yarn test", | ||
"postversion": "git push --tags && npm publish", | ||
"deploy-patch": "yarn version --patch --force -m \"version %s\"" | ||
}, | ||
@@ -23,0 +39,0 @@ "devDependencies": { |
@@ -5,3 +5,3 @@ # ts-linked-list | ||
## Installation | ||
Creating and publishing linked lists is quite popular, so the package name and all imaginable alternatives to it are already taken. | ||
Use `npm` or `yarn` or add the library as a script from the unpkg CDN. | ||
@@ -11,2 +11,6 @@ ```shell | ||
``` | ||
or | ||
```html | ||
<script src="https://unpkg.com/ts-linked-list/dist/index.min.js"></script> | ||
``` | ||
@@ -28,3 +32,3 @@ ## Usage | ||
## Documentation | ||
Detailed documentation is available at https://tuelsch.github.io/linked-list/. | ||
Detailed documentation is available at https://tuelsch.github.io/ts-linked-list/. | ||
@@ -31,0 +35,0 @@ This is automatically generated from jsDoc-like comments by TypeDoc, a documentation generator specifically written for TypeScript. |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
61494
0
64
0