Skip to content

Commit 88403a2

Browse files
author
Tobias Engelhardt
committed
chore: update readme
1 parent b708c12 commit 88403a2

File tree

4 files changed

+16
-61
lines changed

4 files changed

+16
-61
lines changed

.github/FUNDING.yml

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

LICENSE

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 500Tech LTD
3+
Copyright (c) 2020 Circlon Group
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -9,13 +9,13 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
99
copies of the Software, and to permit persons to whom the Software is
1010
furnished to do so, subject to the following conditions:
1111

12-
The above copyright notice and this permission notice shall be included in
13-
all copies or substantial portions of the Software.
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
1414

1515
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1616
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1717
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21-
THE SOFTWARE.
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 6 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,12 @@
1-
[![Build Status](https://circleci.com/gh/500tech/angular-tree-component.svg?style=svg)](https://circleci.com/gh/500tech/angular-tree-component)
2-
[![Financial Contributors on Open Collective](https://opencollective.com/angular-tree-component/all/badge.svg?label=financial+contributors)](https://opencollective.com/angular-tree-component) [![npm version](https://badge.fury.io/js/angular-tree-component.svg)](https://badge.fury.io/js/angular-tree-component)
3-
<a href="https://angular-tree-component.herokuapp.com/"><img src="https://angular-tree-component.herokuapp.com/badge.svg" alt="slack" ></a>
1+
[![npm version](https://badge.fury.io/js/angular-tree-component.svg)](https://badge.fury.io/js/angular-tree-component)
42

53
# angular tree component
64

7-
<p align="center">
8-
<a href="https://app.codefund.io/properties/628/visit-sponsor">
9-
<img src="https://app.codefund.io/properties/628/sponsor" />
10-
</a>
11-
</p>
5+
## News
126

13-
## Low maintenance - only major Angular versions
14-
Hi, this library is in low maintenance mode.
15-
Meaning I only fix it to support new Angular versions.
16-
17-
No issue support, no pull requests, no new features.
18-
19-
If there is anyone/company who wants to take over - email me at adamklein.mail@gmail.com.
20-
21-
Cheers
22-
23-
## ❤️ Support Us ❤️
24-
25-
Become a financial contributor and help us sustain our community. [[Contribute](https://opencollective.com/angular-tree-component/contribute)]
7+
We are happy to announce, that starting today, [Circlon | group](https://circlon.de) is taking over this repository.
8+
We're going on this journey with the strong belief, that this component should not be missed by the community, and we are hoping on your continuous and significant support as always.
9+
On this new journey we will also receive technical guidance from [Adam](https://github.com/adamkleingit), who will help us to better understand the community, their needs and also to elevate this component to a completely new level of engineering.
2610

2711
## Getting started, Docs, Demos & More
2812

@@ -54,26 +38,5 @@ Please check the issues / project before starting to work on a feature / bug to
5438

5539
## Contributors
5640

57-
### Code Contributors
58-
59-
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
41+
This project exists thanks to all the people who contribute.
6042
<a href="https://github.com/500tech/angular-tree-component/graphs/contributors"><img src="https://opencollective.com/angular-tree-component/contributors.svg?width=890&button=false" /></a>
61-
62-
#### Individuals
63-
64-
<a href="https://opencollective.com/angular-tree-component"><img src="https://opencollective.com/angular-tree-component/individuals.svg?width=890"></a>
65-
66-
#### Organizations
67-
68-
Support this project with your organization. Your logo will show up here with a link to your website. [[Contribute](https://opencollective.com/angular-tree-component/contribute)]
69-
70-
<a href="https://opencollective.com/angular-tree-component/organization/0/website"><img src="https://opencollective.com/angular-tree-component/organization/0/avatar.svg"></a>
71-
<a href="https://opencollective.com/angular-tree-component/organization/1/website"><img src="https://opencollective.com/angular-tree-component/organization/1/avatar.svg"></a>
72-
<a href="https://opencollective.com/angular-tree-component/organization/2/website"><img src="https://opencollective.com/angular-tree-component/organization/2/avatar.svg"></a>
73-
<a href="https://opencollective.com/angular-tree-component/organization/3/website"><img src="https://opencollective.com/angular-tree-component/organization/3/avatar.svg"></a>
74-
<a href="https://opencollective.com/angular-tree-component/organization/4/website"><img src="https://opencollective.com/angular-tree-component/organization/4/avatar.svg"></a>
75-
<a href="https://opencollective.com/angular-tree-component/organization/5/website"><img src="https://opencollective.com/angular-tree-component/organization/5/avatar.svg"></a>
76-
<a href="https://opencollective.com/angular-tree-component/organization/6/website"><img src="https://opencollective.com/angular-tree-component/organization/6/avatar.svg"></a>
77-
<a href="https://opencollective.com/angular-tree-component/organization/7/website"><img src="https://opencollective.com/angular-tree-component/organization/7/avatar.svg"></a>
78-
<a href="https://opencollective.com/angular-tree-component/organization/8/website"><img src="https://opencollective.com/angular-tree-component/organization/8/avatar.svg"></a>
79-
<a href="https://opencollective.com/angular-tree-component/organization/9/website"><img src="https://opencollective.com/angular-tree-component/organization/9/avatar.svg"></a>

package.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "angular-tree-component",
33
"version": "8.5.6",
44
"description": "A simple yet powerful tree component for Angular2",
5-
"author": "Adam Klein <adam@500tech.com>",
6-
"homepage": "https://github.com/500tech/angular-tree-component",
5+
"author": "Circlon Group <os-group@circlon.de>",
6+
"homepage": "https://github.com/CirclonGroup/angular-tree-component",
77
"license": "MIT",
88
"main": "dist/angular-tree-component.umd.js",
99
"js:next": "dist/angular-tree-component.js",
@@ -57,7 +57,7 @@
5757
"files": [
5858
"dist/"
5959
],
60-
"readme": "https://github.com/500tech/angular-tree-component/blob/master/README.md",
60+
"readme": "https://github.com/CirclonGroup/angular-tree-component/blob/master/README.md",
6161
"contributors": [
6262
"Adam Klein <adam@500tech.com>"
6363
],
@@ -110,17 +110,13 @@
110110
"typescript": "~3.5.3",
111111
"zone.js": "^0.9.1"
112112
},
113-
"repository": "https://github.com/500tech/angular-tree-component.git",
113+
"repository": "https://github.com/CirclonGroup/angular-tree-component.git",
114114
"bugs": {
115-
"url": "https://github.com/500tech/angular-tree-component/issues"
115+
"url": "https://github.com/CirclonGroup/angular-tree-component/issues"
116116
},
117117
"engines": {
118118
"node": ">=8.0.0"
119119
},
120-
"collective": {
121-
"type": "opencollective",
122-
"url": "https://opencollective.com/angular-tree-component"
123-
},
124120
"prettier": {
125121
"printWidth": 80,
126122
"tabWidth": 2,

0 commit comments

Comments
 (0)