Skip to content
This repository was archived by the owner on May 15, 2022. It is now read-only.

Commit bce95dd

Browse files
committed
Update some urls after merging #2
1 parent de651e5 commit bce95dd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ For those that haven't used or seen dat.GUI before, it's basically a GUI for upd
3939

4040
## Demo
4141

42-
[Checkout the demo!](https://rohan-deshpande.github.io/react-dat-gui/)
42+
[Checkout the demo!](https://claus.github.io/react-dat-gui/)
4343

4444
The demo is a deployed version of the latest production build of `./example`. There's also a `dev` directory where you can prototype changes to the source code easily. Both of these have been bootstrapped with `create-react-app`.
4545

4646
## Installation
4747

4848
```
49-
npm i -S rohan-deshpande/react-dat-gui
49+
npm install react-dat-gui --save
5050
```
5151

5252
## Usage
@@ -256,3 +256,4 @@ Local storage however is in the roadmap and will probably be done very soon.
256256
## Roadmap
257257
* Loading and storing both default and preset data via `localStorage`
258258
* Time travel with undo/redo buttons (edited)
259+
* Better support for floating point `DatNumber`s (rounding etc.)

dev/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"node-sass": "^4.5.3",
1515
"react": "^16.0.0",
1616
"react-color": "^2.13.8",
17-
"react-dat-gui": "git+https://github.com/rohan-deshpande/react-dat-gui.git",
1817
"react-dom": "^16.0.0",
1918
"react-scripts": "1.0.14",
2019
"reactcss": "^1.2.3"

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "react-dat-gui-example",
3-
"homepage": "https://rohan-deshpande.github.io/react-dat-gui",
3+
"homepage": "https://claus.github.io/react-dat-gui",
44
"version": "0.1.0",
55
"private": true,
66
"dependencies": {
77
"react": "^16.0.0",
88
"react-dom": "^16.0.0",
99
"react-scripts": "1.0.14",
10-
"react-dat-gui": "git+https://github.com/rohan-deshpande/react-dat-gui.git"
10+
"react-dat-gui": "claus/react-dat-gui"
1111
},
1212
"scripts": {
1313
"start": "react-scripts start",

0 commit comments

Comments
 (0)