We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22fce8e commit c710941Copy full SHA for c710941
bower.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rx-angular",
3
- "version": "0.0.10",
+ "version": "0.0.11",
4
"main": "rx.angular.js",
5
"dependencies": {
6
"rxjs": "*"
index.js
@@ -0,0 +1 @@
+require('./dist/rx.angular');
package.json
@@ -2,7 +2,7 @@
"title": "The Reactive Extensions Bindings for the AngularJS.",
"description": "Library for bridging between RxJS and AngularJS.",
"homepage": "https://github.com/Reactive-Extensions/rx.angular.js",
7
"author": {
8
"name": "MS Open Tech"
@@ -40,7 +40,7 @@
40
"AngularJS",
41
"Angular"
42
],
43
- "main": "rx.angular.js",
+ "main": "index.js",
44
"scripts": {
45
"test": "grunt"
46
}
0 commit comments