Compare commits

..

No commits in common. "master" and "v1.0.32" have entirely different histories.

3 changed files with 2356 additions and 1682 deletions

4032
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@mojoio/mailgun",
"version": "2.0.1",
"version": "1.0.32",
"private": false,
"description": "an api abstraction package for mailgun",
"main": "dist_ts/index.js",
@ -10,7 +10,7 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild --web --allowimplicitany)",
"build": "(tsbuild --web)",
"format": "(gitzone format)",
"buildDocs": "tsdoc"
},

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@mojoio/mailgun',
version: '2.0.1',
version: '1.0.32',
description: 'an api abstraction package for mailgun'
}