fix(core): update

This commit is contained in:
2019-10-23 19:27:42 +02:00
parent 2e77b3672a
commit fa23bab37b
13 changed files with 1907 additions and 45 deletions

View File

@@ -1,23 +1,35 @@
{
"name": "mgun",
"version": "1.0.2",
"description": "easy mailgun API wrapper",
"name": "@mojoio/mailgun",
"version": "1.0.1",
"private": false,
"description": "an api abstraction package for mailgun",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/mojoio/mgun.git"
},
"keywords": [
"mailgun"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/mojoio/mgun/issues"
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)",
"format": "(gitzone format)"
},
"homepage": "https://gitlab.com/mojoio/mgun#README"
}
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.11.7",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_web/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}