Update domain-task to export baseUrl from 'main' instead of only 'fetch'. Goal is to avoid Webpack detecting dependency on isomorphic-fetch unless you're actually using it.

This commit is contained in:
SteveSandersonMS
2016-12-01 14:31:27 +00:00
parent 5e669d6e7a
commit b8913d29dd
4 changed files with 25 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "domain-task",
"version": "2.0.1",
"version": "2.0.2",
"description": "Tracks outstanding operations for a logical thread of execution",
"main": "index.js",
"scripts": {