Skip to content

Commit

Permalink
Merge pull request #58 from lineupjs/release/v2.4.2
Browse files Browse the repository at this point in the history
Release v2.4.2
  • Loading branch information
sgratzl authored May 7, 2022
2 parents 7f7a197 + aed3707 commit a0384fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "lineupengine",
"description": "a fast engine for rendering large tables consisting of rows, rows+columns, multiple rows+columns instances.",
"homepage": "https://lineupengine.js.org",
"version": "2.4.1",
"version": "2.4.2",
"author": {
"name": "Samuel Gratzl",
"email": "[email protected]",
Expand Down
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"compilerOptions": {
"module": "ES2020",
"target": "ES2019",
"module": "ES2015",
"target": "ES5",
"importHelpers": false,
"sourceMap": true,
"lib": ["DOM", "ES2019"],
"lib": ["DOM", "ES2015", "es2016.array.include", "es2017.object"],
"composite": true,
"declaration": true,
"declarationMap": true,
Expand Down

0 comments on commit a0384fd

Please sign in to comment.