Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
add es2015 lib to tsconfig + update version to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis SCHNEIDER committed Aug 2, 2019
1 parent 2cfb582 commit 110ddc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-subscribe-action",
"version": "2.0.0",
"version": "2.1.0",
"description": "Subscribe to dispatched redux actions",
"keywords": [
"react",
Expand Down Expand Up @@ -46,4 +46,4 @@
"type": "git",
"url": "git+https://github.com/si0ls/redux-subscribe-action.git"
}
}
}
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"lib": ["es2015"],
"declaration": true,
"outDir": "./lib",
"strict": true,
Expand Down

0 comments on commit 110ddc6

Please sign in to comment.