Comparing version 0.0.2 to 0.0.3
{ | ||
"name" : "lcm", | ||
"version" : "0.0.2", | ||
"version" : "0.0.3", | ||
"description" : "compute the least common multiple using Euclidean algorithm", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,2 +6,3 @@ # lcm | ||
[![Build Status](https://travis-ci.org/nickleefly/node-lcm.svg?branch=master)](https://travis-ci.org/nickleefly/node-lcm) | ||
@@ -19,3 +20,3 @@ # example | ||
``` | ||
11 | ||
42 | ||
``` | ||
@@ -44,2 +45,2 @@ | ||
MIT | ||
MIT |
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
2947
44