feature(core): update RxJS to 5.0.0-beta.11 (#10648)
This commit is contained in:
@ -18,7 +18,7 @@ cp -R -v tools/typings-test/* $TMP
|
||||
# create package.json so that npm install doesn't pollute any parent node_modules's directory
|
||||
npm init --yes
|
||||
npm install ${LINKABLE_PKGS[*]}
|
||||
npm install @types/es6-promise @types/es6-collections @types/jasmine rxjs@5.0.0-beta.6
|
||||
npm install @types/es6-promise @types/es6-collections @types/jasmine rxjs@5.0.0-beta.11
|
||||
npm install typescript@1.8.10
|
||||
$(npm bin)/tsc --version
|
||||
$(npm bin)/tsc -p tsconfig.json
|
||||
|
Reference in New Issue
Block a user