Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit 3ee17b1

Browse files
committed
Rebrand
1 parent 132a6a9 commit 3ee17b1

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Diff for: LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016 aBAS Property Solutions
3+
Copyright (c) 2018 Uptick Pty Ltd
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

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Folder based file browser given a flat keyed list of objects, powered by React.
77

88
## Live Demo
99

10-
Check out the live demo here: http://abasystems.github.io/react-keyed-file-browser/
10+
Check out the live demo here: http://uptick.github.io/react-keyed-file-browser/
1111

1212
## Installation
1313

@@ -51,4 +51,4 @@ or tag:
5151
```
5252

5353
Full reference documentation coming soon. For now, take a look at the reference implementation with
54-
event handlers on the live demo at http://abasystems.github.io/react-keyed-file-browser/.
54+
event handlers on the live demo at http://uptick.github.io/react-keyed-file-browser/.

Diff for: demo-site/_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ exclude: []
33
layouts_dir: 'node_modules/abas-demo-site/dist'
44

55
package_name: React Keyed File Browser
6-
package_github_url: https://github.com/ABASystems/react-keyed-file-browser
6+
package_github_url: https://github.com/uptick/react-keyed-file-browser
77
package_npm_url: https://www.npmjs.com/package/react-keyed-file-browser

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "git+https://github.com/ABASystems/react-keyed-file-browser.git"
16+
"url": "git+https://github.com/uptick/react-keyed-file-browser.git"
1717
},
1818
"keywords": [
1919
"react",
@@ -26,9 +26,9 @@
2626
"author": "Uptick Pty Ltd",
2727
"license": "MIT",
2828
"bugs": {
29-
"url": "https://github.com/ABASystems/react-keyed-file-browser/issues"
29+
"url": "https://github.com/uptick/react-keyed-file-browser/issues"
3030
},
31-
"homepage": "https://github.com/ABASystems/react-keyed-file-browser#readme",
31+
"homepage": "https://github.com/uptick/react-keyed-file-browser#readme",
3232
"dependencies": {
3333
"classnames": "^2.2.3",
3434
"moment": "^2.17.0",

0 commit comments

Comments
 (0)