Comparing version 2.2.1 to 2.3.0
@@ -25,2 +25,3 @@ /** | ||
order: require('./order'), | ||
mix: require('./mix'), | ||
@@ -27,0 +28,0 @@ gt: require('./gt'), |
{ | ||
"name": "mumath", | ||
"version": "2.2.1", | ||
"version": "2.3.0", | ||
"description": "Practical math utils for components", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -34,2 +34,7 @@ # μ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> | ||
### `mix(x, y, ratio)` | ||
Return value interpolated between x and y. | ||
### `within(value, left, right)` | ||
@@ -36,0 +41,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
8957
29
276
81