Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit c45dec0

Browse files
committed
Merge pull request #16 from cjihrig/master
Transfer ownership to Continuation Labs
2 parents a9d01be + 7bb85dc commit c45dec0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# credit-card
22

33
[![Current Version](https://img.shields.io/npm/v/credit-card.svg)](https://www.npmjs.org/package/credit-card)
4-
[![Build Status via Travis CI](https://travis-ci.org/cjihrig/credit-card.svg?branch=master)](https://travis-ci.org/cjihrig/credit-card)
5-
![Dependencies](http://img.shields.io/david/cjihrig/credit-card.svg)
6-
![devDependencies](http://img.shields.io/david/dev/cjihrig/credit-card.svg)
4+
[![Build Status via Travis CI](https://travis-ci.org/continuationlabs/credit-card.svg?branch=master)](https://travis-ci.org/continuationlabs/credit-card)
5+
![Dependencies](http://img.shields.io/david/continuationlabs/credit-card.svg)
6+
![devDependencies](http://img.shields.io/david/dev/continuationlabs/credit-card.svg)
77

88
Module for performing credit card validation.
99

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "credit-card",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "credit card validation",
55
"main": "index.js",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/cjihrig/credit-card"
8+
"url": "https://github.com/continuationlabs/credit-card"
99
},
1010
"directories": {
1111
"test": "test"
@@ -23,6 +23,6 @@
2323
"keywords": [
2424
"credit card"
2525
],
26-
"author": "Colin J. Ihrig <[email protected]> (http://www.cjihrig.com/)",
26+
"author": "Continuation Labs",
2727
"license": "MIT"
2828
}

0 commit comments

Comments
 (0)