@d3fc/d3fc-technical-indicator
Advanced tools
Comparing version 7.1.5 to 7.1.6
@@ -6,2 +6,10 @@ # Change Log | ||
## [7.1.6](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-technical-indicator@7.1.5...@d3fc/d3fc-technical-indicator@7.1.6) (2020-04-07) | ||
**Note:** Version bump only for package @d3fc/d3fc-technical-indicator | ||
## [7.1.5](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-technical-indicator@7.1.4...@d3fc/d3fc-technical-indicator@7.1.5) (2020-04-02) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@d3fc/d3fc-technical-indicator", | ||
"version": "7.1.5", | ||
"version": "7.1.6", | ||
"description": "Components for calculating technical indicators on data series", | ||
@@ -57,3 +57,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "6c2f06364902fd6a95652f93f5dfea8f1cd12205" | ||
"gitHead": "99cc9eee484b3da4f06ad33a023e7582286ffd7c" | ||
} |
@@ -41,3 +41,3 @@ # d3fc-technical-indicator | ||
import { indicatorBollingerBands } from d3fc-technical-indicator; | ||
import { indicatorBollingerBands } from '@d3fc/d3fc-technical-indicator'; | ||
@@ -44,0 +44,0 @@ const bollinger = indicatorBollingerBands() |
603557