circular-linked-list
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "circular-linked-list", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Circular singly linked list, heavily based on Singlie by Klaus Sinani.", | ||
@@ -5,0 +5,0 @@ "main": "dist/circular-linked-list.js", |
@@ -18,2 +18,14 @@ # Circular-linked-list | ||
```sh | ||
$ npm run lint | ||
$ npm run test | ||
$ npm run test:coverage | ||
$ npm run dist | ||
$ npm run deploy | ||
``` | ||
```js | ||
@@ -20,0 +32,0 @@ const CircularLinkedList = require("circular-linked-list"); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
239677
342