Skip to content

Commit

Permalink
Fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Sep 27, 2018
1 parent 8ad5047 commit dd3e688
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"moduleResolution": "node",
"jsx": "react",
"lib": ["es2015", "dom"],
"lib": ["es2015"],
"target": "es5",
"outDir": "dist",
"declaration": true,
Expand Down

0 comments on commit dd3e688

Please sign in to comment.