Comparing version 4.0.2 to 4.0.3
@@ -1,2 +0,2 @@ | ||
/*! autodux v4.0.2 by Eric Elliott */ | ||
/*! autodux v4.0.3 by Eric Elliott */ | ||
import 'core-js/modules/es6.array.reduce-right'; | ||
@@ -160,2 +160,3 @@ import 'core-js/modules/es6.regexp.split'; | ||
module.exports = autodux; | ||
module.exports.default = autodux; | ||
module.exports.id = id; | ||
@@ -162,0 +163,0 @@ |
@@ -1,2 +0,2 @@ | ||
/*! autodux v4.0.2 by Eric Elliott */ | ||
/*! autodux v4.0.3 by Eric Elliott */ | ||
'use strict'; | ||
@@ -162,2 +162,3 @@ | ||
module.exports = autodux; | ||
module.exports.default = autodux; | ||
module.exports.id = id; | ||
@@ -164,0 +165,0 @@ |
{ | ||
"name": "autodux", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "Automate the Redux boilerplate.", | ||
@@ -5,0 +5,0 @@ "browser": "dist/index.js", |
@@ -137,2 +137,3 @@ const get = require('lodash/fp/get'); | ||
module.exports = autodux; | ||
module.exports.default = autodux; | ||
module.exports.id = id; | ||
@@ -139,0 +140,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
57870
856