Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "lexorank", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A reference implementation of a list ordering system like JIRA's Lexorank algorithm", | ||
@@ -15,8 +15,8 @@ "author": "kvandake", | ||
"type": "git", | ||
"url": "https://github.com/kvandake/lexorank-js" | ||
"url": "https://github.com/kvandake/lexorank-ts" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/kvandake/lexorank-js/issues" | ||
"url": "https://github.com/kvandake/lexorank-ts/issues" | ||
}, | ||
"homepage": "https://github.com/kvandake/lexorank-js", | ||
"homepage": "https://github.com/kvandake/lexorank-ts", | ||
"scripts": { | ||
@@ -23,0 +23,0 @@ "clean": "rimraf lib", |
@@ -22,3 +22,3 @@ # LexoRank on Typescript | ||
```typescript | ||
import LexoRank from "lexoRank"; | ||
import {LexoRank} from "lexorank"; | ||
@@ -38,3 +38,3 @@ // min | ||
```typescript | ||
import {LexoRank} from "lexoRank"; | ||
import {LexoRank} from "lexorank"; | ||
@@ -58,2 +58,4 @@ // any lexoRank | ||
```typescript | ||
import {LexoRank} from "lexorank"; | ||
// any lexorank | ||
@@ -60,0 +62,0 @@ const any1LexoRank = LexoRank.min(); |
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
41867
72