Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "chncrs", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "coordinate transforming of various chinese encrypted coordinate systems such as BAIDU, GCJ02 etc.", | ||
@@ -11,8 +11,8 @@ "license": "WTFPL", | ||
"main": "chncrs.js", | ||
"scripts": { | ||
"test": "./node_modules/.bin/mocha" | ||
}, | ||
"devDependencies": { | ||
"expect.js": "^0.3.1", | ||
"gulp": "^3.9.0", | ||
"gulp-mocha": "^2.2.0", | ||
"mocha": "^2.4.5", | ||
"should": "^8.2.2" | ||
"mocha": "^2.4.5" | ||
}, | ||
@@ -19,0 +19,0 @@ "dependencies": {}, |
@@ -12,3 +12,3 @@ # Chinese Coordinate Transform | ||
```javascript | ||
convertor.**transform**(source, fromCRS, toCRS); | ||
convertor.transform(source, fromCRS, toCRS); | ||
``` | ||
@@ -15,0 +15,0 @@ |
@@ -1,2 +0,2 @@ | ||
var convertor = require('../index'), | ||
var convertor = require('../chncrs'), | ||
expect = require('expect.js'); | ||
@@ -3,0 +3,0 @@ describe('ProjectionTransform', function () { |
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
2
26287
7
547