Skip to content

Commit

Permalink
release: v2.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar GUERIN committed Aug 16, 2022
1 parent b4e8a08 commit 4ffa615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paddls/rxjs-common",
"version": "2.0.0-rc.0",
"version": "2.0.0-rc.1",
"description": "RxJS Common library",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"sourceMap": true,
"lib": ["es2018", "dom"],
"outDir": "./dist",
"target": "es5",
"target": "es2017",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"baseUrl": "./",
Expand Down

0 comments on commit 4ffa615

Please sign in to comment.