Comparing version 3.0.0 to 3.0.1
# Changelog | ||
### Release 3.0.1 | ||
- Drops dependency on `npm` | ||
### Release 3.0.0 | ||
@@ -4,0 +8,0 @@ |
@@ -22,3 +22,3 @@ 'use strict'; | ||
Dnsimple.VERSION = '3.0.0'; | ||
Dnsimple.VERSION = '3.0.1'; | ||
Dnsimple.DEFAULT_TIMEOUT = require('http').createServer().timeout; | ||
@@ -25,0 +25,0 @@ Dnsimple.DEFAULT_BASE_URL = 'https://api.dnsimple.com'; |
{ | ||
"name": "dnsimple", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "A Node.JS client for the DNSimple API.", | ||
@@ -38,5 +38,3 @@ "keywords": [ | ||
}, | ||
"dependencies": { | ||
"npm": "^6.10.1" | ||
}, | ||
"dependencies": {}, | ||
"license": "MIT", | ||
@@ -43,0 +41,0 @@ "scripts": { |
@@ -5,3 +5,3 @@ # DNSimple Node.JS Client | ||
[![Build Status](https://travis-ci.org/dnsimple/dnsimple-node.svg)](https://travis-ci.org/dnsimple/dnsimple-go) | ||
[![Build Status](https://travis-ci.org/dnsimple/dnsimple-node.svg)](https://travis-ci.org/dnsimple/dnsimple-node) | ||
@@ -8,0 +8,0 @@ |
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
100411
0
- Removednpm@^6.10.1
- Removednpm@6.14.18(transitive)