Skip to content

Commit ea5b63b

Browse files
Merge pull request #11 from Talentia-Software-OSS/11.0.x
angular v18.2.14
2 parents 6ac6d8d + 8a6b0e4 commit ea5b63b

File tree

365 files changed

+12493
-29865
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

365 files changed

+12493
-29865
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
strategy:
2929
matrix:
30-
node-version: [18.19.0]
30+
node-version: [20.19.5]
3131
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
3232

3333
steps:
@@ -41,10 +41,13 @@ jobs:
4141
cache: npm
4242

4343
- name: Install dependencies
44-
run: npm ci
44+
run: npm i
45+
46+
- name: Run run ESLint
47+
run: npm run lint --if-present
4548

4649
- name: Run build library
47-
run: npm run build:lib --if-present
50+
run: npm run build:prod --if-present
4851

49-
- name: Run build example
50-
run: npm run build:example-app --if-present
52+
- name: Run build app
53+
run: npm run demo:prod --if-present

.github/workflows/publish.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-22.04
2323
strategy:
2424
matrix:
25-
node-version: [18.19.0]
25+
node-version: [20.19.5]
2626
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2727
steps:
2828
- name: Check out repo
@@ -36,10 +36,13 @@ jobs:
3636
cache: npm
3737

3838
- name: Install dependencies
39-
run: npm ci
39+
run: npm i
4040

41-
- name: Run build library
42-
run: npm run build:lib --if-present
41+
- name: Run run ESLint
42+
run: npm run lint --if-present
43+
44+
- name: Run build only library
45+
run: npm run build:prod --if-present
4346

4447
- name: Publish package
4548
run: npm publish ./dist/angular-tree-component

.npmignore

Lines changed: 0 additions & 13 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 147 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
[![npm version](https://badge.fury.io/js/%40circlon%2Fangular-tree-component.svg)](https://badge.fury.io/js/%40circlon%2Fangular-tree-component)
2-
[![Build Status](https://dev.azure.com/pdsgmbh/AngularTree/_apis/build/status/AngularTreeComponent-CI?branchName=master)](https://dev.azure.com/pdsgmbh/AngularTree/_build/latest?definitionId=59&branchName=master)
3-
<a href="https://angular-tree-component.herokuapp.com/"><img src="https://angular-tree-component.herokuapp.com/badge.svg" alt="slack" ></a>
1+
# @talentia/angular-tree-component
42

5-
# angular tree component
3+
A simple yet powerful tree component for Angular
64

75
## Getting started
86

97
Install `angular-tree-component`:
108

11-
```npm install @circlon/angular-tree-component```
9+
```npm install @talentia/angular-tree-component```
1210

1311
Import `TreeModule`:
1412

0 commit comments

Comments
 (0)