Skip to content

Commit

Permalink
updates link in docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcsapo committed Dec 1, 2017
1 parent e2b1ce3 commit 22ea276
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion docs/example/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"commander": "^2.11.0",
"commander": "^2.12.2",
"css-loader": "^0.28.4",
"duplexer": "^0.1.1",
"file-loader": "^1.1.5",
Expand All @@ -45,18 +45,18 @@
"tap-parser": "^7.0.0",
"through2": "^2.0.3",
"url-loader": "^0.6.2",
"webpack": "^3.8.1"
"webpack": "^3.9.1"
},
"devDependencies": {
"@storybook/react": "^3.2.15",
"@storybook/react": "^3.2.16",
"babel-minify-webpack-plugin": "^0.2.0",
"babel-polyfill": "^6.26.0",
"eslint": "^4.9.0",
"eslint-plugin-react": "^7.4.0",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"tap": "^10.7.3",
"eslint": "^4.12.1",
"eslint-plugin-react": "^7.5.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"tap": "^11.0.0",
"tape": "^4.6.3",
"tryitout": "^1.1.1"
"tryitout": "^1.2.0"
}
}
46 changes: 23 additions & 23 deletions tryitout.js
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
module.exports = {
title: 'tap-html',
nav: {
Source: 'https://github.com/gabrielcsapo/tap-html',
Storybook: './storybook/index.html',
Example: './example/index.html'
},
body: `
<div class="text-center">
<h3 class="text-black">tap-html</h3>
<div class="text-black">📊 an html tap reporter</div><br/>
<small><pre>tape test | tap-html --out report.html</pre></small>
<div style="width:60%;margin: 0 auto;">
<img class="responsive" src="./example.png" alt="">
</div>
title: 'tap-html',
nav: {
Source: 'https://github.com/gabrielcsapo/tap-html',
Storybook: './storybook/index.html',
Example: './example/index.html'
},
body: `
<div class="text-center">
<h3 class="text-black">tap-html</h3>
<div class="text-black">📊 an html tap reporter</div><br/>
<small><pre>tape test | tap-html --out report.html</pre></small>
<div style="width:60%;margin: 0 auto;">
<img class="responsive" src="./example.png" alt="">
</div>
`,
template: 'landing',
options: {
width: '100%'
},
output: './docs',
footer: `
<div class="text-black">Made with ☕️ by <a href="http://www.gabrielcsapo.com">@gabrielcsapo</a></div>
`
</div>
`,
template: 'landing',
options: {
width: '100%'
},
output: './docs',
footer: `
<div class="text-black">Made with ☕️ by <a href="https://www.gabrielcsapo.com">@gabrielcsapo</a></div>
`
}

0 comments on commit 22ea276

Please sign in to comment.