geometry-2d
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -212,2 +212,4 @@ 'use strict'; | ||
this.bottomRight = bottomRight; | ||
(0, _assert2.default)(topLeft.toTheLeftOf(bottomRight, false));; | ||
(0, _assert2.default)(topLeft.aboveOf(bottomRight, false)); | ||
} | ||
@@ -214,0 +216,0 @@ |
{ | ||
"name": "geometry-2d", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/point.js", |
Sorry, the diff of this file is not supported yet
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
37944
446