Skip to content

Commit

Permalink
Rebrand
Browse files Browse the repository at this point in the history
  • Loading branch information
jarekwg committed Jan 15, 2018
1 parent 132a6a9 commit 3ee17b1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016 aBAS Property Solutions
Copyright (c) 2018 Uptick Pty Ltd

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Folder based file browser given a flat keyed list of objects, powered by React.

## Live Demo

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

## Installation

Expand Down Expand Up @@ -51,4 +51,4 @@ or tag:
```

Full reference documentation coming soon. For now, take a look at the reference implementation with
event handlers on the live demo at http://abasystems.github.io/react-keyed-file-browser/.
event handlers on the live demo at http://uptick.github.io/react-keyed-file-browser/.
2 changes: 1 addition & 1 deletion demo-site/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ exclude: []
layouts_dir: 'node_modules/abas-demo-site/dist'

package_name: React Keyed File Browser
package_github_url: https://github.com/ABASystems/react-keyed-file-browser
package_github_url: https://github.com/uptick/react-keyed-file-browser
package_npm_url: https://www.npmjs.com/package/react-keyed-file-browser
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/ABASystems/react-keyed-file-browser.git"
"url": "git+https://github.com/uptick/react-keyed-file-browser.git"
},
"keywords": [
"react",
Expand All @@ -26,9 +26,9 @@
"author": "Uptick Pty Ltd",
"license": "MIT",
"bugs": {
"url": "https://github.com/ABASystems/react-keyed-file-browser/issues"
"url": "https://github.com/uptick/react-keyed-file-browser/issues"
},
"homepage": "https://github.com/ABASystems/react-keyed-file-browser#readme",
"homepage": "https://github.com/uptick/react-keyed-file-browser#readme",
"dependencies": {
"classnames": "^2.2.3",
"moment": "^2.17.0",
Expand Down

0 comments on commit 3ee17b1

Please sign in to comment.