digirati-annotation-redux
Advanced tools
Comparing version 0.2.8 to 0.2.9
@@ -47,3 +47,3 @@ import _extends from 'babel-runtime/helpers/extends'; | ||
export function richAnnotationList(state) { | ||
annotationList(state).map(function (annotation) { | ||
return annotationList(state).map(function (annotation) { | ||
return _extends({}, annotation, { | ||
@@ -50,0 +50,0 @@ selector: AnnotationSelector.parse(annotation.target) |
@@ -65,3 +65,3 @@ 'use strict'; | ||
function richAnnotationList(state) { | ||
annotationList(state).map(function (annotation) { | ||
return annotationList(state).map(function (annotation) { | ||
return (0, _extends3.default)({}, annotation, { | ||
@@ -68,0 +68,0 @@ selector: _index.AnnotationSelector.parse(annotation.target) |
{ | ||
"name": "digirati-annotation-redux", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "Describe annotation-redux here", | ||
@@ -5,0 +5,0 @@ "main": "es/index.js", |
90496