Skip to content

Commit

Permalink
v0.7.3
Browse files Browse the repository at this point in the history
- temporarily add [email protected] as a dependency for lovli.js until new @horizon/client version is out with fixed rxjs dependency
- remove hoist-non-react-statics from deps
  • Loading branch information
flipace committed May 23, 2016
1 parent 01a7f3d commit a4abf8a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

### v0.7.3
- temporarily add [email protected] as a dependency for lovli.js until new @horizon/client version is out with fixed rxjs dependency
- remove hoist-non-react-statics from deps

### v0.7.2
- added autofocus for input field

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"exports-loader": "^0.6.3",
"express": "^4.13.4",
"file-loader": "^0.8.5",
"hoist-non-react-statics": "^1.0.5",
"horizon-react": "0.3.0",
"immutable": "3.8.1",
"imports-loader": "^0.6.5",
Expand All @@ -72,6 +71,7 @@
"redux": "3.5.2",
"redux-thunk": "2.0.1",
"rethinkdbdash": "^2.3.4",
"rxjs": "5.0.0-beta.7",
"winston": "^2.2.0"
},
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion source/server/jobs/createTodos.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import later from 'later';
import r from '../db';


const todos = [
'Bring out the trash.',
'Clean up lovli.js',
Expand Down

0 comments on commit a4abf8a

Please sign in to comment.