Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
feature - Added ability for a task to override its own `finished_state` by passing `data._new_state` into the `resolve()` function.
feature - Added a task's ID to the `_id` internal key (credit: @pdesgarets).
feature - Added ability to configure paths to `specs` and `tasks` locations (credit: @rafalsobota).
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"package.json"
],
"peerDependencies": {
"firebase": "2.x"
"firebase": "^2.4.2"
},
"dependencies": {
"firebase": "^2.4.1",
"firebase": "^2.4.2",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you put something both as a peerDependency and a dependency what happens? I'm assuming we want one or the other but not both here.

"lodash": "^4.6.1",
"rsvp": "^3.2.1",
"node-uuid": "^1.4.7",
Expand Down