Comparing version 1.2.2 to 1.2.3
@@ -85,3 +85,3 @@ /** | ||
.on('error', function(e) { | ||
callback(e); | ||
cb(e); | ||
}); | ||
@@ -88,0 +88,0 @@ }; |
@@ -5,3 +5,3 @@ { | ||
"tags": ["url", "bitly", "shortner", "util"], | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"author": "Tane Piper <piper.tane@gmail.com>", | ||
@@ -8,0 +8,0 @@ "contributors": [ |
@@ -11,7 +11,5 @@ node-bitly - Bitly API for nodejs | ||
------------ | ||
To install via NPM type the following: | ||
npm install bitly | ||
To install via NPM type the following: `npm install bitly` | ||
You can also install via git by cloning: | ||
git clone git://github.com/tanepiper/node-bitly.git /path/to/node_modules/bitly | ||
You can also install via git by cloning: `git clone https://github.com/tanepiper/node-bitly.git /path/to/bitly` | ||
@@ -18,0 +16,0 @@ Usage |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20000
45