global-mercator
Advanced tools
Comparing version 1.3.5 to 1.4.0
# Changelog | ||
## 1.4.0 - 2016-12-4 | ||
- Replace test tools for Jest | ||
- Added Circle CI testing | ||
## 1.3.5 - 2016-10-25 | ||
@@ -4,0 +9,0 @@ |
@@ -651,1 +651,2 @@ "use strict"; | ||
exports.range = range; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "global-mercator", | ||
"version": "1.3.5", | ||
"version": "1.4.0", | ||
"description": "Tools to help with TMS, Quadkey & Google (XYZ) Tiles", | ||
@@ -8,3 +8,3 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "tsc && nyc ava && npm run lint", | ||
"test": "npm run lint && jest --coverage", | ||
"docs": "tsc && cat HEADER.md > README.md && documentation build index.js -c documentation.yml -f md --shallow >> README.md && cat CHANGELOG.md >> README.md", | ||
@@ -27,8 +27,7 @@ "lint": "tsc && tslint index.ts test.ts && documentation lint index.js" | ||
"devDependencies": { | ||
"ava": "^0.16.0", | ||
"coveralls": "^2.11.14", | ||
"@types/jest": "^16.0.1", | ||
"documentation": "^4.0.0-beta10", | ||
"nyc": "^8.3.0", | ||
"jest-cli": "^17.0.3", | ||
"tslint": "^3.15.1", | ||
"typescript": "^2.0.3" | ||
"typescript": "^2.0.10" | ||
}, | ||
@@ -59,10 +58,3 @@ "keywords": [ | ||
], | ||
"ava": { | ||
"files": [ | ||
"test.js" | ||
], | ||
"concurrency": 5, | ||
"failFast": true, | ||
"tap": true | ||
} | ||
"testEnvironment": "node" | ||
} |
@@ -0,2 +1,5 @@ | ||
# [Global Mercator](https://www.npmjs.com/package/global-mercator) | ||
[![Build Status](https://travis-ci.org/DenisCarriere/global-mercator.svg?branch=master)](https://travis-ci.org/DenisCarriere/global-mercator) | ||
[![CircleCI](https://circleci.com/gh/DenisCarriere/global-mercator.svg?style=svg)](https://circleci.com/gh/DenisCarriere/global-mercator) | ||
[![Coverage Status](https://coveralls.io/repos/github/DenisCarriere/global-mercator/badge.svg?branch=master)](https://coveralls.io/github/DenisCarriere/global-mercator?branch=master) | ||
@@ -6,4 +9,2 @@ [![npm version](https://badge.fury.io/js/global-mercator.svg)](https://badge.fury.io/js/global-mercator) | ||
# Global Mercator | ||
A set of tools geospatial tools to help with TMS, Google (XYZ) Tiles. | ||
@@ -585,2 +586,7 @@ | ||
## 1.4.0 - 2016-12-4 | ||
- Replace test tools for Jest | ||
- Added Circle CI testing | ||
## 1.3.5 - 2016-10-25 | ||
@@ -587,0 +593,0 @@ |
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
97106
5
12
1555
627