From 788910200d6756709a89cce5a393c39f5f33f448 Mon Sep 17 00:00:00 2001 From: Ildar Sagdejev Date: Wed, 11 Oct 2017 03:33:02 -0400 Subject: [PATCH] Added domains: pj.pizza, win.gs, vz.to --- README.md | 11 ++++++++++- index.js | 5 ++++- package.json | 10 +++++----- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9e5e5aa..85e57f5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # bitly-client -Access [Bitly](https://bitly.com/) from the command line ([What is Bitly?](http://support.bitly.com/knowledgebase/articles/77224-what-is-bitly)) +Use [Bitly](https://bitly.com/) from the command line ([What is Bitly?](http://support.bitly.com/knowledgebase/articles/77224-what-is-bitly)) ![bitly-client -c 12](http://specious.github.io/bitly-client/screenshots/bitly-client-1.1.5.png "bitly-client@1.1.5") @@ -60,6 +60,15 @@ Use a different short domain (including a [custom domain](https://support.bitly. bitly-client --domain j.mp https://www.bitballoon.com/blog/2014/10/03/five-reasons-you-want-https-for-your-static-site ``` +## Develop + +Clone this repository, then run: + +``` +yarn install +./index.js +``` + ## License ISC \ No newline at end of file diff --git a/index.js b/index.js index a713ef4..bd7e43a 100755 --- a/index.js +++ b/index.js @@ -41,6 +41,7 @@ var domains = { 'nyti.ms', 'n.pr', 'pep.si', + 'win.gs', 'pdora.co', 'on.fb.me', 'on.mtv.com', @@ -69,9 +70,11 @@ var domains = { 'bzfd.it', 'apne.ws', 'shebpr.es', + 'pj.pizza', 'b-gat.es', 'm-gat.es', - 'go.nasa.gov' + 'go.nasa.gov', + 'vz.to' ] } diff --git a/package.json b/package.json index 9c52d00..fba9fac 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "bitly-client", - "version": "1.5.3", - "description": "Access Bitly from the command line", - "author": "Ildar Sagdejev (http://specious.github.io/)", + "version": "1.5.4", + "description": "Use Bitly from the command line", + "author": "Ildar Sagdejev (http://specious.github.io)", "license": "ISC", "preferGlobal": true, "bin": { @@ -21,8 +21,8 @@ "dependencies": { "bitly": "^3.0.3", "colors": "^1.1.2", - "commander": "^2.9.0", - "rc": "^1.1.6", + "commander": "^2.11.0", + "rc": "^1.2.1", "read": "^1.0.7" } } \ No newline at end of file