Skip to content

Commit 7879aec

Browse files
committed
docs(runkit): informed runkit about the example
for form8ion/javascript-scaffolder#97
1 parent 410f810 commit 7879aec

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
[![npm](https://img.shields.io/npm/v/@travi/hapi-react-router.svg?maxAge=2592000)](https://www.npmjs.com/package/@travi/hapi-react-router)
2727
![node][node-badge]
2828
[![license](https://img.shields.io/github/license/travi/hapi-react-router.svg)](LICENSE)
29+
[![Try @travi/hapi-react-router on RunKit][runkit-badge]][runkit-link]
2930

3031
### Installation
3132

@@ -150,3 +151,7 @@ $ npm start
150151
```
151152

152153
[node-badge]: https://img.shields.io/node/v/@travi/javascript-scaffolder.svg
154+
155+
[runkit-link]: https://npm.runkit.com/@travi/hapi-react-router
156+
157+
[runkit-badge]: https://badge.runkitcdn.com/@travi/hapi-react-router.svg

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"version": "0.0.0-semantically-released",
66
"main": "lib/plugin.cjs.js",
77
"module": "lib/plugin.es.js",
8+
"runkitExampleFilename": "./example/index.js",
89
"scripts": {
910
"lint:js": "eslint .",
1011
"lint:md": "remark --quiet . --frail",

0 commit comments

Comments
 (0)