Skip to content

Commit

Permalink
Clean up automated build
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Jun 18, 2017
1 parent c39505a commit c38bfd7
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 35 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
language: node_js
node_js:
- 6
cache: yarn
11 changes: 2 additions & 9 deletions README.md
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)
Expand Down Expand Up @@ -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.
Expand Down
3 changes: 0 additions & 3 deletions circle.yml

This file was deleted.

21 changes: 0 additions & 21 deletions packages/turf/bower.json

This file was deleted.

3 changes: 1 addition & 2 deletions packages/turf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"module.js",
"index.d.ts",
"turf.js",
"turf.min.js",
"bower.json"
"turf.min.js"
],
"scripts": {
"test": "node test.js",
Expand Down

0 comments on commit c38bfd7

Please sign in to comment.