From dd3e6883df45c445430793ea80dcc64591489447 Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 27 Sep 2018 18:40:36 +0100 Subject: [PATCH] Fixing build --- README.md | 2 +- package-lock.json | 4 ++-- tsconfig.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1ab309a..fcee18d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # reauthorize -This package provides a number of tools to help you implement authorization in your front end application. +This package provides a number of tools to help you implement authorization in your react and redux application. ## Installation diff --git a/package-lock.json b/package-lock.json index 12507d8..0052883 100644 --- a/package-lock.json +++ b/package-lock.json @@ -631,7 +631,7 @@ "minimatch": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "integrity": "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=", "dev": true, "requires": { "brace-expansion": "^1.1.7" @@ -851,7 +851,7 @@ "react-redux": { "version": "5.0.7", "resolved": "http://registry.npmjs.org/react-redux/-/react-redux-5.0.7.tgz", - "integrity": "sha512-5VI8EV5hdgNgyjfmWzBbdrqUkrVRKlyTKk1sGH3jzM2M2Mhj/seQgPXaz6gVAj2lz/nz688AdTqMO18Lr24Zhg==", + "integrity": "sha1-DcEHbZr7RnD5k/+u9EuPjBFVpMg=", "dev": true, "requires": { "hoist-non-react-statics": "^2.5.0", diff --git a/tsconfig.json b/tsconfig.json index ecdb33d..446cae2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "moduleResolution": "node", "jsx": "react", - "lib": ["es2015", "dom"], + "lib": ["es2015"], "target": "es5", "outDir": "dist", "declaration": true,