Commit 973b24dc by Ben Drucker

Move repo to clearbit organization

parent 5ac7b823
...@@ -17,7 +17,7 @@ deploy: ...@@ -17,7 +17,7 @@ deploy:
on: on:
tags: true tags: true
all_branches: true all_branches: true
repo: bendrucker/clearbit-node repo: clearbit/clearbit-node
env: env:
global: global:
secure: CHoeYn6R9p4vQ96KkysrCSIiN7J0EU1x1jNuevgYVgVol+b5ukvDVUBTaSEzeSznuCotrZdhPp6/CQNELMDJowTXUgbwdp7FUPss5Bp5WjMJHt+YIUw3vjaeucPawX2uzVyNjFY2pCG2IDl13LAvDEWuqMvB6NboX9uBFpW8ah0= secure: CHoeYn6R9p4vQ96KkysrCSIiN7J0EU1x1jNuevgYVgVol+b5ukvDVUBTaSEzeSznuCotrZdhPp6/CQNELMDJowTXUgbwdp7FUPss5Bp5WjMJHt+YIUw3vjaeucPawX2uzVyNjFY2pCG2IDl13LAvDEWuqMvB6NboX9uBFpW8ah0=
clearbit-node [![Build Status](https://travis-ci.org/bendrucker/clearbit-node.svg?branch=master)](https://travis-ci.org/bendrucker/clearbit-node) [![Code Climate](https://codeclimate.com/github/bendrucker/clearbit-node/badges/gpa.svg)](https://codeclimate.com/github/bendrucker/clearbit-node) [![Test Coverage](https://codeclimate.com/github/bendrucker/clearbit-node/badges/coverage.svg)](https://codeclimate.com/github/bendrucker/clearbit-node) clearbit-node [![Build Status](https://travis-ci.org/clearbit/clearbit-node.svg?branch=master)](https://travis-ci.org/clearbit/clearbit-node) [![Code Climate](https://codeclimate.com/github/clearbit/clearbit-node/badges/gpa.svg)](https://codeclimate.com/github/clearbit/clearbit-node) [![Test Coverage](https://codeclimate.com/github/clearbit/clearbit-node/badges/coverage.svg)](https://codeclimate.com/github/clearbit/clearbit-node)
============= =============
Node library for querying the [Clearbit](https://clearbit.co) business intelligence APIs. Currently supports: Node library for querying the [Clearbit](https://clearbit.co) business intelligence APIs. Currently supports:
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/bendrucker/clearbit-node.git" "url": "https://github.com/clearbit/clearbit-node.git"
}, },
"keywords": [ "keywords": [
"clearbit", "clearbit",
...@@ -18,9 +18,9 @@ ...@@ -18,9 +18,9 @@
"author": "Ben Drucker <bvdrucker@gmail.com> (http://www.bendrucker.me)", "author": "Ben Drucker <bvdrucker@gmail.com> (http://www.bendrucker.me)",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/bendrucker/clearbit-node/issues" "url": "https://github.com/clearbit/clearbit-node/issues"
}, },
"homepage": "https://github.com/bendrucker/clearbit-node", "homepage": "https://github.com/clearbit/clearbit-node",
"dependencies": { "dependencies": {
"bluebird": "2", "bluebird": "2",
"create-error": "0.3", "create-error": "0.3",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment