Skip to content

Commit fbfa09b

Browse files
authored
fix(symbol-observable): dependency added appropriately (#202)
1 parent e17d0f2 commit fbfa09b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"dependencies": {
1616
"falcor-path-syntax": "0.2.4",
1717
"falcor-path-utils": "~0.5.0",
18-
"rxjs": "5.0.3"
18+
"rxjs": "5.0.3",
19+
"symbol-observable": "^1.0.4"
1920
},
2021
"devDependencies": {
2122
"chai": "^2.3.0",
@@ -33,7 +34,6 @@
3334
"lodash": "^3.8.0",
3435
"promise": "^7.0.1",
3536
"sinon": "^1.15.4",
36-
"symbol-observable": "^1.0.4",
3737
"through2": "~0.6.3"
3838
},
3939
"scripts": {

0 commit comments

Comments
 (0)