Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "k-convert", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Convert a number to k-metric or a k-metric number to a long number", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -12,3 +12,3 @@ # k-convert | ||
```sh | ||
const kconvert = require("../k-convert"); | ||
const kconvert = require("k-convert"); | ||
``` | ||
@@ -15,0 +15,0 @@ |
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
2173