Skip to content

Commit

Permalink
(fix) add missing babel dep
Browse files Browse the repository at this point in the history
  • Loading branch information
f3rno authored and JacobPlaster committed Oct 15, 2019
1 parent bacd00a commit f62c1e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.0.4
- manifest: add missing babel dep

# 1.0.3
- docs: create/update

Expand All @@ -13,4 +16,4 @@
- manifest: patch bump, no changes

# 1.0.0
- initial version
- initial version
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bfx-hf-strategy-exec",
"version": "1.0.3",
"version": "1.0.4",
"description": "Execution logic for bfx-hf-strategy",
"main": "./index.js",
"directories": {
Expand Down Expand Up @@ -37,6 +37,7 @@
"BTC"
],
"dependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-regenerator": "^6.24.1",
Expand Down

0 comments on commit f62c1e6

Please sign in to comment.