Skip to content

Commit 8201af5

Browse files
committed
docs: update repo references
1 parent a2aca13 commit 8201af5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

55
<a name="1.1.2"></a>
6-
## [1.1.2](https://github.com/fritz-c/react-sortable-tree-theme-file-explorer/compare/v1.1.1...v1.1.2) (2017-11-28)
6+
## [1.1.2](https://github.com/frontend-collective/react-sortable-tree-theme-file-explorer/compare/v1.1.1...v1.1.2) (2017-11-28)
77

88

99
### Bug Fixes
1010

11-
* silence warning on latest react-sortable-tree ([7c81d55](https://github.com/fritz-c/react-sortable-tree-theme-file-explorer/commit/7c81d55))
11+
* silence warning on latest react-sortable-tree ([7c81d55](https://github.com/frontend-collective/react-sortable-tree-theme-file-explorer/commit/7c81d55))
1212

1313

1414

1515
<a name="1.1.1"></a>
16-
## [1.1.1](https://github.com/fritz-c/react-sortable-tree-theme-file-explorer/compare/v1.1.0...v1.1.1) (2017-11-01)
16+
## [1.1.1](https://github.com/frontend-collective/react-sortable-tree-theme-file-explorer/compare/v1.1.0...v1.1.1) (2017-11-01)
1717

1818

1919
### Bug Fixes
2020

21-
* make canDrag work. Fixes [#5](https://github.com/fritz-c/react-sortable-tree-theme-file-explorer/issues/5) ([f82d6c1](https://github.com/fritz-c/react-sortable-tree-theme-file-explorer/commit/f82d6c1))
21+
* make canDrag work. Fixes [#5](https://github.com/frontend-collective/react-sortable-tree-theme-file-explorer/issues/5) ([f82d6c1](https://github.com/frontend-collective/react-sortable-tree-theme-file-explorer/commit/f82d6c1))
2222

2323

2424

@@ -28,4 +28,4 @@ All notable changes to this project will be documented in this file. See [standa
2828

2929
### Features
3030

31-
* Complete basic appearance ([98a8d09](https://github.com/fritz-c/react-sortable-tree/commit/98a8d09))
31+
* Complete basic appearance ([98a8d09](https://github.com/frontend-collective/react-sortable-tree/commit/98a8d09))

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
],
2020
"repository": {
2121
"type": "git",
22-
"url": "https://github.com/fritz-c/react-sortable-tree-theme-file-explorer"
22+
"url": "https://github.com/frontend-collective/react-sortable-tree-theme-file-explorer"
2323
},
24-
"homepage": "https://github.com/fritz-c/react-sortable-tree-theme-file-explorer",
25-
"bugs": "https://github.com/fritz-c/react-sortable-tree-theme-file-explorer/issues",
24+
"homepage": "https://github.com/frontend-collective/react-sortable-tree-theme-file-explorer",
25+
"bugs": "https://github.com/frontend-collective/react-sortable-tree-theme-file-explorer/issues",
2626
"authors": [
2727
"Chris Fritz"
2828
],

0 commit comments

Comments
 (0)