geometry-2d
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "geometry-2d", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "", | ||
@@ -15,3 +15,5 @@ "main": "lib/point.js", | ||
"preinstall-globally": "npm run clean && flow check && npm run test && npm run build && cp src/point.js lib/point.js.flow", | ||
"install-globally": "npm install -g ." | ||
"install-globally": "npm install -g .", | ||
"prepublish": "npm run clean && flow check && npm run test && npm run build && cp src/point.js lib/point.js.flow", | ||
"publish": "npm publish" | ||
}, | ||
@@ -18,0 +20,0 @@ "repository": { |
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
39780