Skip to content

Commit

Permalink
Release 1.0.0-5
Browse files Browse the repository at this point in the history
  • Loading branch information
svagi committed May 30, 2017
1 parent da0b607 commit 04ca371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions lib/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
'use strict';

Object.defineProperty(exports, "__esModule", {
value: true
});
exports.__esModule = true;
exports.prefixType = prefixType;
exports.createAction = createAction;
exports.createRoutine = createRoutine;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-routines",
"version": "1.0.0-4",
"version": "1.0.0-5",
"description": "Simple, yet effective tool for removing Redux boilerplate code.",
"keywords": [
"redux",
Expand Down

0 comments on commit 04ca371

Please sign in to comment.