Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Raathigesh committed Nov 12, 2018
1 parent aa6c277 commit 75d2fd7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .npmignore
@@ -0,0 +1,10 @@
/src
/docs
/config
.docz
tsconfig.json
doczrc.js
jest.config.js
react-hooks.d.ts
.babelrc
.travis.yml
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -48,7 +48,7 @@ export default function Demo() {
- 🎨 `useColorKnob()` - Shows a color picker
-`useTimemachine()` - Shows a slider and tracks the state of a given variable and allows to travel back in time

#### 📚 [API Docs with live preview available here.](https://storyhooks.debuggable.io)
#### 📚 [API Docs with live preview available here.](https://retoggle.debuggable.io)

### Contribute

Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -2,6 +2,7 @@
"name": "retoggle",
"version": "0.1.0",
"main": "lib/index.js",
"description": "",
"dependencies": {},
"scripts": {
"start": "webpack-dev-server --env.development --config ./config/webpack.dev.config.js",
Expand Down

0 comments on commit 75d2fd7

Please sign in to comment.