Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(dependency): move symbol-observable into devdependency #3160

Merged
merged 1 commit into from Dec 6, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -22,7 +22,7 @@ matrix:

before_install:
- nvm install $NODE_VER
- npm install -g npm@4 && npm install -g npx && node -v && npm -v
- npm install -g npm@5.6.0 && npm install -g npx && node -v && npm -v
- if [ "$FULL_VALIDATE" == "true" ]; then npm install grunt@0.4.1 grunt-cli grunt-contrib-connect grunt-run; fi

install:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -8,7 +8,7 @@ environment:
install:
- ps: Install-Product node $env:nodejs_version
- set PATH=%APPDATA%\npm;%PATH%
- npm install -g npm@4
- npm install -g npm@5.6.0
- node -v && npm -v
- npm install

Expand Down
6 changes: 2 additions & 4 deletions package.json
Expand Up @@ -224,6 +224,7 @@
"sinon": "^2.1.0",
"sinon-chai": "^2.9.0",
"source-map-support": "^0.4.0",
"symbol-observable": "^1.0.1",
"ts-node": "^3.3.0",
"tslib": "^1.5.0",
"tslint": "^4.4.2",
Expand All @@ -236,8 +237,5 @@
"engines": {
"npm": ">=2.0.0"
},
"typings": "./dist/package/Rx.d.ts",
"dependencies": {
"symbol-observable": "^1.0.1"
}
"typings": "./dist/package/Rx.d.ts"
}