fix(dependencies): now typings-global free

This commit is contained in:
Philipp Kunz 2018-08-08 23:17:06 +02:00
parent 5fe2358bfe
commit bae2aebf83
3 changed files with 255 additions and 459 deletions

703
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(tsrun test/test.ts)",
"test": "(tstest test/)",
"build": "(npmts)"
},
"repository": {
@ -20,15 +20,16 @@
},
"homepage": "https://gitlab.com/pushrocks/tapbundle#README",
"dependencies": {
"@pushrocks/early": "^3.0.1",
"@gitzone/tstest": "^1.0.13",
"@pushrocks/early": "^3.0.3",
"@pushrocks/smartdelay": "^2.0.1",
"@pushrocks/smartpromise": "^2.0.5",
"leakage": "^0.4.0",
"smartchai": "^2.0.1"
},
"devDependencies": {
"@gitzone/tsrun": "^1.1.9",
"@types/node": "^10.5.2",
"@gitzone/tsrun": "^1.1.12",
"@types/node": "^10.5.7",
"randomstring": "^1.1.5"
}
}

View File

@ -1,4 +1,4 @@
import { tap, expect } from '../dist/index';
import { tap, expect } from '../ts/index';
let tapwrap = tap.wrap(async () => {
tap.test('should do something', async () => {