Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "parse-rect", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Parse any input rectangle format", | ||
@@ -9,4 +9,3 @@ "main": "index.js", | ||
}, | ||
"devDependencies": { | ||
}, | ||
"devDependencies": {}, | ||
"scripts": { | ||
@@ -13,0 +12,0 @@ "test": "node test" |
# parse-rect [![experimental](https://img.shields.io/badge/stability-unstable-green.svg)](http://github.com/badges/stability-badges) [![Build Status](https://travis-ci.org/dfcreative/parse-rect.png)](https://travis-ci.org/dfcreative/parse-rect) | ||
Take any rectangle-like argument and rectangle values. | ||
Take any rectangle-like argument and return rectangle values. | ||
@@ -26,2 +26,2 @@ [![npm install parse-rect](https://nodei.co/npm/parse-rect.png?mini=true)](https://npmjs.org/package/parse-rect/) | ||
(c) 2017 Dmitry Yv. MIT License | ||
(c) 2018 Dmitry Yv. MIT License |
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
5728