Skip to content

Commit c874e87

Browse files
committed
Meta update
1 parent 59c2230 commit c874e87

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

LICENSE.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
The MIT License (MIT)
22

33
Copyright (c) 2015-2017 Continuation Labs
4+
Copyright (c) 2018 Adam Bretz
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Big-Time
22

33
[![Current Version](https://img.shields.io/npm/v/big-time.svg)](https://www.npmjs.org/package/big-time)
4-
[![Build Status via Travis CI](https://travis-ci.org/continuationlabs/big-time.svg?branch=master)](https://travis-ci.org/continuationlabs/big-time)
5-
![Dependencies](http://img.shields.io/david/continuationlabs/big-time.svg)
4+
[![Build Status via Travis CI](https://travis-ci.org/arb/big-time.svg?branch=master)](https://travis-ci.org/arb/big-time)
65
[![belly-button-style](https://img.shields.io/badge/eslint-bellybutton-4B32C3.svg)](https://github.com/continuationlabs/belly-button)
76

87

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "big-time",
33
"version": "2.0.0",
44
"description": "Big time makes it possible to have a timeout that is longer than 24.8 days (2^31-1 milliseconds).",
5-
"author": "Continuation Labs <[email protected]> (http://continuation.io/)",
5+
"author": "Adam Bretz <[email protected]>",
66
"main": "lib/index.js",
7-
"homepage": "https://github.com/continuationlabs/big-time",
7+
"homepage": "https://github.com/arb/big-time",
88
"repository": {
99
"type": "git",
10-
"url": "git://github.com/continuationlabs/big-time.git"
10+
"url": "git://github.com/arb/big-time.git"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/continuationlabs/big-time/issues"
13+
"url": "https://github.com/arb/big-time/issues"
1414
},
1515
"license": "MIT",
1616
"scripts": {

0 commit comments

Comments
 (0)