Skip to content

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
Laess3r committed Sep 15, 2022
1 parent 291da7e commit 4ae88de
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 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.

2 changes: 1 addition & 1 deletion projects/material-addons/ng-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "../../dist/material-addons",
"lib": {
"entryFile": "src/public-api.ts"
"entryFile": "src/public_api.ts"
}
}
12 changes: 7 additions & 5 deletions projects/material-addons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@porscheinformatik/material-addons",
"version": "14.0.0",
"version": "14.0.0-beta.0",
"description": "Custom theme and components for Angular Material",
"homepage": "https://github.com/porscheinformatik/material-addons",
"repository": {
Expand All @@ -24,15 +24,17 @@
"author": "porscheinformatik",
"license": "MIT",
"files": [
"index.d.ts",
"themes/*.scss",
"themes/common/*.scss",
"porscheinformatik-material-addons.d.ts",
"public-api.d.ts",
"porscheinformatik-material-addons.d.ts.map",
"public_api.d.ts",
"public_api.d.ts.map",
"lib/",
"esm5",
"esm2015",
"esm2020",
"fesm2015",
"bundles"
"fesm2020"
],
"dependencies": {
"tslib": "^2.3.0"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion projects/material-addons/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"enableResourceInlining": true
},
"files": [
"src/public-api.ts"
"src/public_api.ts"
],
"exclude": [
"src/test.ts",
Expand Down

0 comments on commit 4ae88de

Please sign in to comment.