@immomio/api-library
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "@immomio/api-library", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Immomio library to access the immomio-API", | ||
@@ -18,2 +18,3 @@ "engineStrict": true, | ||
"rimraf": "~2.6.1", | ||
"ts-jest": "^20.0.12", | ||
"tslint": "~5.6.0", | ||
@@ -32,5 +33,4 @@ "tsutils": "~2.8.1", | ||
"build": "tsc -p tsconfig.release.json", | ||
"clean": "rimraf coverage coverage-init build tmp lib", | ||
"clean": "rimraf coverage build tmp lib", | ||
"clean:docs": "rimraf docs", | ||
"cleanup": "rimraf coverage-init", | ||
"docs": "typedoc ./main.ts", | ||
@@ -44,3 +44,3 @@ "lint": "tslint -t stylish --type-check --project 'tsconfig.json'", | ||
"test": "npm run test-only", | ||
"test-only": "jest --coverage && node remap_coverage.js && npm run cleanup", | ||
"test-only": "jest --coverage", | ||
"test:watch": "jest --watch", | ||
@@ -47,0 +47,0 @@ "watch": "tsc -w -p tsconfig.release.json" |
24241
13