Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "bitlyapi", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Bitly api", | ||
@@ -15,3 +15,3 @@ "main": "index.js", | ||
], | ||
"author": "Kishan Madhesiya", | ||
"author": "Kishan Madhesiya [kishanmadhesiya@gmail.com]", | ||
"license": "ISC", | ||
@@ -18,0 +18,0 @@ "dependencies": { |
@@ -7,3 +7,3 @@ This module provides calls to the [Bitly](http://bitly.com) API for [Nodejs](http://nodejs.org). | ||
To install via NPM type the following: `npm install @kishanmadhesiya/bitly` | ||
To install via NPM type the following: `npm install bitlyapi` | ||
@@ -24,3 +24,3 @@ You can also install via git by cloning: `git clone https://github.com/kishanmadhesiya/bitly.git /path/to/bitly` | ||
import Bitly from 'bitly'; | ||
import Bitly from 'bitlyapi'; | ||
@@ -38,3 +38,3 @@ let bitly = new Bitly('<YOUR ACCESS TOKEN>'); | ||
var Bitly = require('bitly'); | ||
var Bitly = require('bitlyapi'); | ||
var bitly = new Bitly('<YOUR ACCESS TOKEN>'); | ||
@@ -68,1 +68,3 @@ | ||
* link_edit | ||
## This is updated version of https://www.npmjs.com/package/bitly |
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
12652
67