Skip to content

Commit

Permalink
Update to ESM2022
Browse files Browse the repository at this point in the history
  • Loading branch information
Laess3r committed Aug 23, 2023
1 parent fd25798 commit 7fa7d63
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

14 changes: 5 additions & 9 deletions projects/material-addons/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
{
"name": "@porscheinformatik/material-addons",
"version": "16.0.1",
"version": "16.0.2",
"description": "Custom theme and components for Angular Material",
"homepage": "https://github.com/porscheinformatik/material-addons",
"repository": {
"type": "git",
"url": "git@https://github.com/porscheinformatik/material-addons.git"
},
"module": "./fesm2020/porscheinformatik-material-addons.mjs",
"es2020": "./fesm2020/porscheinformatik-material-addons.mjs",
"esm2020": "./esm2020/porscheinformatik-material-addons.mjs",
"fesm2020": "./fesm2020/porscheinformatik-material-addons.mjs",
"fesm2015": "./fesm2015/porscheinformatik-material-addons.mjs",
"module": "./fesm2022/porscheinformatik-material-addons.mjs",
"esm2022": "./esm2022/porscheinformatik-material-addons.mjs",
"typings": "./porscheinformatik-material-addons.d.ts",
"keywords": [
"angular",
Expand All @@ -32,9 +29,8 @@
"public_api.d.ts.map",
"lib/",
"themes/",
"esm2020/",
"fesm2015/",
"fesm2020/"
"esm2022/",
"fesm2022/"
],
"dependencies": {
"tslib": "^2.6.0"
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"downlevelIteration": true,
"experimentalDecorators": true,
"declarationMap": true,
"module": "es2015",
"module": "esnext",
"moduleResolution": "node",
"importHelpers": true,
"target": "ES2022",
"typeRoots": [
"node_modules/@types"
],
"lib": [
"es2018",
"es2020",
"dom"
],
"paths": {
Expand Down

0 comments on commit 7fa7d63

Please sign in to comment.