Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Prevents BehaviorSubject from dispatching undefined to subscribers if initialized without a value. #27

Closed
wants to merge 8 commits into from
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rx",
"title": "Reactive Extensions for JavaScript (RxJS)",
"description": "Library for composing asynchronous and event-based operations in JavaScript",
"version": "2.1.5",
"version": "2.1.7",
"homepage": "http://rx.codeplex.com",
"author": {
"name": "Cloud Programmability Team",
Expand All @@ -18,9 +18,6 @@
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"jam": {
"main": "rx.js"
},
"dependencies": {},
"devDependencies": {
"grunt-cli": "*",
Expand Down
Loading