Skip to content

Commit

Permalink
Change username
Browse files Browse the repository at this point in the history
  • Loading branch information
johackim committed Jul 26, 2017
1 parent 1de89e2 commit 7af79c8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 stoneo
Copyright (c) 2016 ston3o

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Rdcli
===

[![npm version](https://badge.fury.io/js/rdcli.svg)](https://badge.fury.io/js/rdcli)
[![Build Status](https://travis-ci.org/stoneo/rdcli.svg?branch=master)](https://travis-ci.org/stoneo/rdcli/)
[![Build Status](https://travis-ci.org/ston3o/rdcli.svg?branch=master)](https://travis-ci.org/ston3o/rdcli/)
[![npm download](https://img.shields.io/npm/dt/rdcli.svg)](https://www.npmjs.com/package/rdcli)
[![Code Climate](https://codeclimate.com/github/stoneo/rdcli/badges/gpa.svg)](https://codeclimate.com/github/stoneo/rdcli)
[![Code Climate](https://codeclimate.com/github/ston3o/rdcli/badges/gpa.svg)](https://codeclimate.com/github/ston3o/rdcli)

> The simple way to download and unrestrict DDL files, torrents and magnets.
[![asciicast](https://raw.githubusercontent.com/stoneo/rdcli/master/screencast.gif)](https://raw.githubusercontent.com/stoneo/rdcli/master/screencast.gif)
[![asciicast](https://raw.githubusercontent.com/ston3o/rdcli/master/screencast.gif)](https://raw.githubusercontent.com/ston3o/rdcli/master/screencast.gif)

## Installation

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "rdcli",
"version": "1.4.2",
"description": "A simple CLI tool to unrestrict links with real-debrid.com",
"homepage": "https://github.com/stoneo/rdcli",
"homepage": "https://github.com/ston3o/rdcli",
"repository": {
"type": "git",
"url": "https://github.com/stoneo/rdcli.git"
"url": "https://github.com/ston3o/rdcli.git"
},
"bugs": {
"url": "https://github.com/stoneo/rdcli/issues"
"url": "https://github.com/ston3o/rdcli/issues"
},
"preferGlobal": true,
"scripts": {
Expand All @@ -18,7 +18,7 @@
"bin": {
"rdcli": "build/rdcli.js"
},
"author": "stoneo",
"author": "ston3o",
"license": "MIT",
"dependencies": {
"async-file": "^2.0.2",
Expand All @@ -28,7 +28,7 @@
"co-prompt": "^1.0.0",
"sleep-promise": "^2.0.0",
"commander": "^2.9.0",
"config": "git+https://github.com/stoneo/node-config",
"config": "git+https://github.com/ston3o/node-config",
"debug": "^2.6.3",
"fs": "^0.0.2",
"humanize": "^0.0.9",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -929,9 +929,9 @@ concat-stream@^1.5.2:
readable-stream "^2.2.2"
typedarray "^0.0.6"

"config@git+https://github.com/stoneo/node-config":
"config@git+https://github.com/ston3o/node-config":
version "1.20.2"
resolved "git+https://github.com/stoneo/node-config#2e1e00d90e9495385098ded74df773384c6458c4"
resolved "git+https://github.com/ston3o/node-config#2e1e00d90e9495385098ded74df773384c6458c4"
dependencies:
json5 "0.4.0"

Expand Down

0 comments on commit 7af79c8

Please sign in to comment.