@annotation-studio/redux
Advanced tools
Comparing version 1.0.0-pr.bfc1fb4e to 1.0.0-pr.c189dd55
@@ -12,5 +12,3 @@ export var MANIFEST_ADD = 'MANIFEST_ADD'; | ||
dispatch({ type: MANIFEST_REQUEST, payload: { url: url } }); | ||
return fetch(url, { | ||
cache: process.env.NODE_ENV === 'production' ? 'default' : 'force-cache' | ||
}).then(function (response) { | ||
return fetch(url).then(function (response) { | ||
return response.json(); | ||
@@ -17,0 +15,0 @@ }).then(function (body) { |
@@ -20,5 +20,3 @@ 'use strict'; | ||
dispatch({ type: MANIFEST_REQUEST, payload: { url: url } }); | ||
return fetch(url, { | ||
cache: process.env.NODE_ENV === 'production' ? 'default' : 'force-cache' | ||
}).then(function (response) { | ||
return fetch(url).then(function (response) { | ||
return response.json(); | ||
@@ -25,0 +23,0 @@ }).then(function (body) { |
{ | ||
"name": "@annotation-studio/redux", | ||
"version": "1.0.0-pr.bfc1fb4e", | ||
"version": "1.0.0-pr.c189dd55", | ||
"description": "Describe annotation-redux here", | ||
@@ -38,3 +38,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@fesk/test-environment": "1.0.0-pr.bfc1fb4e", | ||
"@fesk/test-environment": "1.0.0-pr.c189dd55", | ||
"babel-jest": "^20.0.3", | ||
@@ -47,5 +47,5 @@ "babel-plugin-transform-async-to-generator": "^6.24.1", | ||
"fetch-mock": "^6.5.1", | ||
"jest": "^20.0.0", | ||
"jest": "^23.6.0", | ||
"nwb": "^0.21.5", | ||
"nwb-watch": "1.0.0-pr.bfc1fb4e", | ||
"nwb-watch": "1.0.0-pr.c189dd55", | ||
"react-intl": "^2.2.2", | ||
@@ -52,0 +52,0 @@ "react-intl-redux": "^0.7.0", |
342400
9117