Skip to content

Commit a4abf8a

Browse files
committed
v0.7.3
- temporarily add rxjs@5.0.0-beta.7 as a dependency for lovli.js until new @horizon/client version is out with fixed rxjs dependency - remove hoist-non-react-statics from deps
1 parent 01a7f3d commit a4abf8a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
### v0.7.3
4+
- temporarily add rxjs@5.0.0-beta.7 as a dependency for lovli.js until new @horizon/client version is out with fixed rxjs dependency
5+
- remove hoist-non-react-statics from deps
6+
37
### v0.7.2
48
- added autofocus for input field
59

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@
5656
"exports-loader": "^0.6.3",
5757
"express": "^4.13.4",
5858
"file-loader": "^0.8.5",
59-
"hoist-non-react-statics": "^1.0.5",
6059
"horizon-react": "0.3.0",
6160
"immutable": "3.8.1",
6261
"imports-loader": "^0.6.5",
@@ -72,6 +71,7 @@
7271
"redux": "3.5.2",
7372
"redux-thunk": "2.0.1",
7473
"rethinkdbdash": "^2.3.4",
74+
"rxjs": "5.0.0-beta.7",
7575
"winston": "^2.2.0"
7676
},
7777
"scripts": {

source/server/jobs/createTodos.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import later from 'later';
22
import r from '../db';
33

4-
54
const todos = [
65
'Bring out the trash.',
76
'Clean up lovli.js',

0 commit comments

Comments
 (0)