Comparing version 0.0.1 to 0.0.2
@@ -16,3 +16,3 @@ "use strict"; | ||
class Client { | ||
constructor(apiToken, apiVersion = apiVersion) { | ||
constructor(apiToken) { | ||
this.apiToken = apiToken; | ||
@@ -19,0 +19,0 @@ this.client = _axios.default.create({ |
{ | ||
"name": "mailtrap", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "simple mailtrap api", | ||
@@ -10,2 +10,6 @@ "main": "mailtrap.js", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/vchin/mailtrap" | ||
}, | ||
"devDependencies": { | ||
@@ -12,0 +16,0 @@ "@babel/cli": "^7.0.0-beta.42", |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
3329
0