Comparing version 1.0.0 to 1.0.2
@@ -17,2 +17,4 @@ /** | ||
div: require('./div'), | ||
lg: require('./lg'), | ||
log: require('./log'), | ||
mult: require('./mult'), | ||
@@ -19,0 +21,0 @@ mod: require('./mod'), |
{ | ||
"name": "mumath", | ||
"version": "1.0.0", | ||
"description": "Micro math methods", | ||
"version": "1.0.2", | ||
"description": "Practical math utils for components", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "files": [ |
@@ -53,2 +53,4 @@ # μMath [![Build Status](https://travis-ci.org/dfcreative/mumath.svg?branch=master)](https://travis-ci.org/dfcreative/mumath) [![Code Climate](https://codeclimate.com/github/dfcreative/mumath/badges/gpa.svg)](https://codeclimate.com/github/dfcreative/mumath) <a href="UNLICENSE"><img src="http://upload.wikimedia.org/wikipedia/commons/6/62/PD-icon.svg" width="20"/></a> | ||
### `ceil(a, b, ...)` | ||
### `log(a)` | ||
### `lg(a)` | ||
@@ -55,0 +57,0 @@ Simple wrappers for arythmetical functions. |
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
8022
26
241
70