Skip to content

Commit

Permalink
fix: export default was broken in require()
Browse files Browse the repository at this point in the history
  • Loading branch information
imevro committed Mar 21, 2017
1 parent 0dd74fa commit 13dd356
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion example/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import 'styles/base';

import React from 'react';
import { render } from 'react-dom';
import createLogger, { defaults } from '../../src';
import createLogger from 'redux-logger';

import { createStore, combineReducers, applyMiddleware, compose } from 'redux';
import { Provider } from 'react-redux';
Expand Down
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-logger",
"version": "2.10.0",
"version": "2.10.1",
"description": "Logger for Redux",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -53,26 +53,27 @@
"homepage": "https://github.com/theaqua/redux-logger#readme",
"devDependencies": {
"@dtrussia/eslint-config-dtrussia": "2.2.1",
"babel-cli": "6.18.0",
"babel-core": "6.18.2",
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",
"babel-eslint": "7.1.1",
"babel-loader": "6.2.8",
"babel-loader": "^6.4.1",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-transform-es2015-modules-umd": "6.24.0",
"babel-plugin-transform-inline-environment-variables": "6.8.0",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"babel-preset-stage-0": "6.16.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"chai": "3.5.0",
"codecov": "1.0.1",
"eslint": "3.10.2",
"eslint-plugin-react": "6.7.1",
"http-server": "0.9.0",
"husky": "0.11.9",
"husky": "^0.13.2",
"mocha": "3.1.2",
"nyc": "9.0.1",
"open-url": "2.0.2",
"redux": "^3.6.0",
"rimraf": "2.5.4",
"rimraf": "^2.6.1",
"sinon": "^1.17.7",
"webpack": "1.13.3"
},
Expand Down

0 comments on commit 13dd356

Please sign in to comment.