emaile2e-client
Advanced tools
Comparing version 0.1.1513080873 to 0.1.1513081270
{ | ||
"name": "emaile2e-client", | ||
"version": "0.1.1513080873", | ||
"version": "0.1.1513081270", | ||
"description": "The official javascript client for the Emaile2e API. See https://emaile2e.com for more information.", | ||
@@ -20,3 +20,7 @@ "license": "Unlicense", | ||
"expect.js": "~0.3.1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/jackmahoney/emaile2e-javascript-client.git" | ||
} | ||
} | ||
} |
11
shim.js
var fs = require('fs'); | ||
// shim the readme | ||
var path = './README.md'; | ||
@@ -10,1 +12,10 @@ var execSync = require('child_process').execSync; | ||
fs.writeFileSync(path, res); | ||
// shim package.json | ||
var packagePath = './package.json'; | ||
var packageJson = JSON.parse(fs.readFileSync(packagePath, 'utf-8')); | ||
packageJson['repository'] = { | ||
type: 'git', | ||
url: 'https://github.com/jackmahoney/emaile2e-javascript-client.git' | ||
}; | ||
fs.writeFileSync(packagePath, JSON.stringify(packageJson, null, 2)); |
@@ -36,3 +36,3 @@ /** | ||
* @module api/InboxcontrollerApi | ||
* @version 0.1.1513080873 | ||
* @version 0.1.1513081270 | ||
*/ | ||
@@ -39,0 +39,0 @@ |
@@ -35,3 +35,3 @@ /** | ||
* @module ApiClient | ||
* @version 0.1.1513080873 | ||
* @version 0.1.1513081270 | ||
*/ | ||
@@ -38,0 +38,0 @@ |
@@ -56,3 +56,3 @@ /** | ||
* @module index | ||
* @version 0.1.1513080873 | ||
* @version 0.1.1513081270 | ||
*/ | ||
@@ -59,0 +59,0 @@ var exports = { |
@@ -39,3 +39,3 @@ /** | ||
* @module model/EmailDto | ||
* @version 0.1.1513080873 | ||
* @version 0.1.1513081270 | ||
*/ | ||
@@ -42,0 +42,0 @@ |
@@ -39,3 +39,3 @@ /** | ||
* @module model/InboxDto | ||
* @version 0.1.1513080873 | ||
* @version 0.1.1513081270 | ||
*/ | ||
@@ -42,0 +42,0 @@ |
@@ -39,3 +39,3 @@ /** | ||
* @module model/ResponseInboxDto | ||
* @version 0.1.1513080873 | ||
* @version 0.1.1513081270 | ||
*/ | ||
@@ -42,0 +42,0 @@ |
@@ -39,3 +39,3 @@ /** | ||
* @module model/ResponseListEmailDto | ||
* @version 0.1.1513080873 | ||
* @version 0.1.1513081270 | ||
*/ | ||
@@ -42,0 +42,0 @@ |
@@ -39,3 +39,3 @@ /** | ||
* @module model/ResponseListInboxDto | ||
* @version 0.1.1513080873 | ||
* @version 0.1.1513081270 | ||
*/ | ||
@@ -42,0 +42,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
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
99350
1737
3