fix loading of rxjs

This commit is contained in:
Philipp Kunz 2017-06-30 18:12:00 +02:00
parent 5e5f2ce6c2
commit ab3ad55c43
2 changed files with 11 additions and 11 deletions

View File

@ -1,11 +1,12 @@
import { tap, expect } from 'tapbundle'
import * as smartfile from 'smartfile'
import * as smartq from 'smartq'
import * as rx from 'rxjs/Rx'
// the module to test
import * as smartchok from '../dist/index'
import * as rx from 'rxjs/Rx'
let testSmartchok: smartchok.Smartchok
let testAddObservable: rx.Observable<any>
let testSubscription: rx.Subscription

View File

@ -35,7 +35,7 @@
dependencies:
"@types/node" "*"
"@types/lodash@^4.14.50", "@types/lodash@^4.14.55", "@types/lodash@^4.14.62":
"@types/lodash@^4.14.50", "@types/lodash@^4.14.55", "@types/lodash@^4.14.67":
version "4.14.67"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.67.tgz#4714714434da110306b9862fbd36b30b55eb850a"
@ -803,19 +803,18 @@ left-pad@^1.1.3:
resolved "https://registry.yarnpkg.com/left-pad/-/left-pad-1.1.3.tgz#612f61c033f3a9e08e939f1caebeea41b6f3199a"
lik@^1.0.32:
version "1.0.32"
resolved "https://registry.yarnpkg.com/lik/-/lik-1.0.32.tgz#41ee6c8edd483eaa11bd089775263955f5555060"
version "1.0.36"
resolved "https://registry.yarnpkg.com/lik/-/lik-1.0.36.tgz#28eb171e5cae4b5d619de34af1911a2990d378aa"
dependencies:
"@types/lodash" "^4.14.62"
"@types/lodash" "^4.14.67"
"@types/minimatch" "2.x.x"
"@types/q" "1.x.x"
lodash "^4.17.4"
minimatch "^3.0.3"
minimatch "^3.0.4"
q "^1.5.0"
rxjs "^5.3.0"
rxjs "^5.4.1"
smartq "^1.1.1"
tapbundle "^1.0.14"
typings-global "^1.0.14"
typings-global "^1.0.19"
lodash@^4.17.4:
version "4.17.4"
@ -873,7 +872,7 @@ mimic-fn@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.1.0.tgz#e667783d92e89dbd342818b5230b9d62a672ad18"
minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4:
minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
dependencies:
@ -1165,7 +1164,7 @@ rimraf@2, rimraf@^2.3.3, rimraf@^2.5.1, rimraf@^2.6.1:
dependencies:
glob "^7.0.5"
rxjs@^5.3.0, rxjs@^5.4.1:
rxjs@^5.4.1:
version "5.4.1"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-5.4.1.tgz#b62f757f279445d265a18a58fb0a70dc90e91626"
dependencies: