From 12acb0127a8065284b0d32865ba5b35fb9daf1d6 Mon Sep 17 00:00:00 2001 From: Kyle Corbelli Date: Mon, 18 Sep 2017 13:07:31 -0700 Subject: [PATCH] Install and rebuild everything --- dist/initial-state.js | 2 +- dist/reducers/current-user/index.js | 2 +- package-lock.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/initial-state.js b/dist/initial-state.js index 71e1703..e85f91d 100644 --- a/dist/initial-state.js +++ b/dist/initial-state.js @@ -8,4 +8,4 @@ var initialState = { }, }; exports.default = initialState; -//# sourceMappingURL=initial-state.js.map +//# sourceMappingURL=initial-state.js.map \ No newline at end of file diff --git a/dist/reducers/current-user/index.js b/dist/reducers/current-user/index.js index 0bb1aa8..8b46d61 100644 --- a/dist/reducers/current-user/index.js +++ b/dist/reducers/current-user/index.js @@ -42,4 +42,4 @@ var currentUser = function (state, action) { } }; exports.default = currentUser; -//# sourceMappingURL=index.js.map +//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 3d6e68b..ca0de32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "redux-token-auth", - "version": "0.10.0", + "version": "0.17.0", "lockfileVersion": 1, "requires": true, "dependencies": {