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", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
"scripts": { "scripts": {
"test": "(tsrun test/test.ts)", "test": "(tstest test/)",
"build": "(npmts)" "build": "(npmts)"
}, },
"repository": { "repository": {
@ -20,15 +20,16 @@
}, },
"homepage": "https://gitlab.com/pushrocks/tapbundle#README", "homepage": "https://gitlab.com/pushrocks/tapbundle#README",
"dependencies": { "dependencies": {
"@pushrocks/early": "^3.0.1", "@gitzone/tstest": "^1.0.13",
"@pushrocks/early": "^3.0.3",
"@pushrocks/smartdelay": "^2.0.1", "@pushrocks/smartdelay": "^2.0.1",
"@pushrocks/smartpromise": "^2.0.5", "@pushrocks/smartpromise": "^2.0.5",
"leakage": "^0.4.0", "leakage": "^0.4.0",
"smartchai": "^2.0.1" "smartchai": "^2.0.1"
}, },
"devDependencies": { "devDependencies": {
"@gitzone/tsrun": "^1.1.9", "@gitzone/tsrun": "^1.1.12",
"@types/node": "^10.5.2", "@types/node": "^10.5.7",
"randomstring": "^1.1.5" "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 () => { let tapwrap = tap.wrap(async () => {
tap.test('should do something', async () => { tap.test('should do something', async () => {