turf-point
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
var point = require('../'); | ||
@@ -2,0 +3,0 @@ var argv = require('minimist')(process.argv.slice(2)); |
{ | ||
"name": "turf-point", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "turf point module", | ||
@@ -31,3 +31,5 @@ "main": "index.js", | ||
}, | ||
"bin": "bin/point.js" | ||
"bin": { | ||
"turf-point": "bin/point.js" | ||
} | ||
} |
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
4353
57