Skip to content

Commit

Permalink
docs(runkit): informed runkit about the example
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Mar 1, 2020
1 parent 410f810 commit 7879aec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
[![npm](https://img.shields.io/npm/v/@travi/hapi-react-router.svg?maxAge=2592000)](https://www.npmjs.com/package/@travi/hapi-react-router)
![node][node-badge]
[![license](https://img.shields.io/github/license/travi/hapi-react-router.svg)](LICENSE)
[![Try @travi/hapi-react-router on RunKit][runkit-badge]][runkit-link]

### Installation

Expand Down Expand Up @@ -150,3 +151,7 @@ $ npm start
```

[node-badge]: https://img.shields.io/node/v/@travi/javascript-scaffolder.svg

[runkit-link]: https://npm.runkit.com/@travi/hapi-react-router

[runkit-badge]: https://badge.runkitcdn.com/@travi/hapi-react-router.svg
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"version": "0.0.0-semantically-released",
"main": "lib/plugin.cjs.js",
"module": "lib/plugin.es.js",
"runkitExampleFilename": "./example/index.js",
"scripts": {
"lint:js": "eslint .",
"lint:md": "remark --quiet . --frail",
Expand Down

0 comments on commit 7879aec

Please sign in to comment.