forked from Turfjs/turf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c39505a
commit c38bfd7
Showing
5 changed files
with
4 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
language: node_js | ||
node_js: | ||
- 6 | ||
cache: yarn |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
![turf](https://raw.githubusercontent.com/Turfjs/turf/9a1d5e8d99564d4080f1e2bf1517ed41d18012fa/logo.png) | ||
![turf](https://raw.githubusercontent.com/Turfjs/turf/9a1d5e8d99564d4080f1e2bf1517ed41d18012fa/logo.png) | ||
====== | ||
|
||
[![Version Badge][npm-img]][npm-url] | ||
[![Circle CI](https://circleci.com/gh/Turfjs/turf.svg?style=svg)](https://circleci.com/gh/Turfjs/turf) | ||
[![Travis CI](https://travis-ci.org/Turfjs/turf.svg?branch=master)](https://travis-ci.org/Turfjs/turf) | ||
[![Gitter chat][gitter-img]][gitter-url] | ||
[![Coverage Status](https://coveralls.io/repos/github/Turfjs/turf/badge.svg)](https://coveralls.io/github/Turfjs/turf) | ||
|
@@ -46,16 +45,10 @@ All of Turf's functions can also be installed as separate modules. This works we | |
npm install @turf/helpers @turf/buffer | ||
``` | ||
|
||
**Bower [NOTE: Bower support will be dropped Jan 1st 2017]:** | ||
**Bower [NOTE: Bower support has been dropped Jan 1st 2017]:** | ||
|
||
_Not recommend. Please don't use Bower. Use Browserify, Webpack, or the CDN instead._ | ||
|
||
The latest Bower build is at: | ||
|
||
``` | ||
https://unpkg.com/@turf/[email protected]/bower.zip | ||
``` | ||
|
||
**TypeScript** | ||
|
||
TypeScript is supported internally within each module, no installs required. | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters