Skip to content

Commit c710941

Browse files
Fixing index.js issue
1 parent 22fce8e commit c710941

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rx-angular",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"main": "rx.angular.js",
55
"dependencies": {
66
"rxjs": "*"

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
require('./dist/rx.angular');

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rx-angular",
33
"title": "The Reactive Extensions Bindings for the AngularJS.",
44
"description": "Library for bridging between RxJS and AngularJS.",
5-
"version": "0.0.10",
5+
"version": "0.0.11",
66
"homepage": "https://github.com/Reactive-Extensions/rx.angular.js",
77
"author": {
88
"name": "MS Open Tech"
@@ -40,7 +40,7 @@
4040
"AngularJS",
4141
"Angular"
4242
],
43-
"main": "rx.angular.js",
43+
"main": "index.js",
4444
"scripts": {
4545
"test": "grunt"
4646
}

0 commit comments

Comments
 (0)