Skip to content

Commit

Permalink
fix(dependency): move symbol-observable into devdependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Dec 4, 2017
1 parent 36fded0 commit 4400628
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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"
}

0 comments on commit 4400628

Please sign in to comment.