fix(core): update

This commit is contained in:
2019-01-05 22:00:02 +01:00
parent c193fe9546
commit 0498c1d793
19 changed files with 1824 additions and 41 deletions

View File

@@ -1,18 +1,27 @@
{
"name": "docean",
"version": "1.0.2",
"description": "Digital Ocean abstracted API package for mojo.io",
"name": "@mojoio/digitalocean",
"version": "1.0.1",
"private": false,
"description": "a digital ocean API wrapper by Lossless GmbH",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(npmts)"
"test": "(tstest test/)",
"build": "(tsbuild)",
"format": "(gitzone format)"
},
"devDependencies": {
"tapbundle": "^1.0.13"
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/qenv": "^2.0.2",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.11.7",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
"typings-global": "^1.0.16"
"@pushrocks/smartrequest": "^1.1.14"
}
}
}