Skip to content

Commit

Permalink
Merge pull request #411 from tediousjs/arthur/fix-repo-references
Browse files Browse the repository at this point in the history
Fix remaining reference to old repo name
  • Loading branch information
arthurschreiber committed Jul 23, 2016
2 parents 7e718d2 + 518ce23 commit 9d27950
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -27,5 +27,5 @@ deploy:
secure: pSwLyKvYC3sxv0qxvbZy2W4ENXeE7/7emnnFJ8BMEYBTel/g+An0fN9lbtZSPoOaCEUVWEa2DzCHvU0jZ+qiOB1iZ+Swav9Ka0aOW54mtiig7oQY3GZpNvMkBhMPmkyIloECjFKNpxnZyi/ZHUjJLhu04o36xcAWASowfs3Mdwg=
on:
tags: true
repo: pekim/tedious
repo: tediousjs/tedious
node: "0.10"
2 changes: 1 addition & 1 deletion README.md
@@ -1,5 +1,5 @@
# Tedious (node implementation of TDS)
[![Dependency Status](https://david-dm.org/tediousjs/tedious.svg)](https://david-dm.org/tediousjs/tedious) [![NPM version](https://badge.fury.io/js/tedious.svg)](http://badge.fury.io/js/tedious) [![Build Status](https://secure.travis-ci.org/pekim/tedious.svg)](http://travis-ci.org/pekim/tedious) [![Build Status](https://ci.appveyor.com/api/projects/status/ike3p58hljpyffrl?svg=true)](https://ci.appveyor.com/project/pekim/tedious)
[![Dependency Status](https://david-dm.org/tediousjs/tedious.svg)](https://david-dm.org/tediousjs/tedious) [![NPM version](https://badge.fury.io/js/tedious.svg)](http://badge.fury.io/js/tedious) [![Build Status](https://secure.travis-ci.org/tediousjs/tedious.svg)](http://travis-ci.org/tediousjs/tedious) [![Build Status](https://ci.appveyor.com/api/projects/status/ike3p58hljpyffrl?svg=true)](https://ci.appveyor.com/project/tediousjs/tedious)

Tedious is an implementation of the [TDS protocol](http://msdn.microsoft.com/en-us/library/dd304523.aspx),
which is used to interact with instances of Microsoft's SQL Server. It is intended to be a fairly slim implementation of the protocol, with not too much additional functionality.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -24,14 +24,14 @@
"msnodesql",
"azure"
],
"homepage": "https://github.com/pekim/tedious",
"bugs": "https://github.com/pekim/tedious/issues",
"homepage": "https://github.com/tediousjs/tedious",
"bugs": "https://github.com/tediousjs/tedious/issues",
"license": "MIT",
"version": "1.14.0",
"main": "./lib/tedious.js",
"repository": {
"type": "git",
"url": "https://github.com/pekim/tedious.git"
"url": "https://github.com/tediousjs/tedious.git"
},
"engines": {
"node": ">= 0.10"
Expand Down

0 comments on commit 9d27950

Please sign in to comment.