Skip to content

Commit

Permalink
Scaffold: Update repository location (closes #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Dec 10, 2018
1 parent fe5ed47 commit fdf7158
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,6 +1,7 @@
sudo: false
language: node_js
node_js:
- 'stable'
- '4'
- '0.12'
- '0.10'
Expand Down
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# glogg

[![Travis Build Status](https://img.shields.io/travis/undertakerjs/glogg/master.svg?label=travis&style=flat-square)](https://travis-ci.org/undertakerjs/glogg)
[![Travis Build Status](https://img.shields.io/travis/js-cli/glogg/master.svg?label=travis&style=flat-square)](https://travis-ci.org/js-cli/glogg)

Global logging utility

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "Global logging utility",
"author": "Blaine Bublitz <blaine@iceddev.com> (http://iceddev.com/)",
"contributors": [],
"repository": "undertakerjs/glogg",
"repository": "js-cli/glogg",
"license": "MIT",
"engines": {
"node": ">= 0.10"
Expand Down

0 comments on commit fdf7158

Please sign in to comment.