Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
- updates to [email protected]
  • Loading branch information
gabrielcsapo committed Sep 28, 2017
1 parent a54ca83 commit 2c71d4e
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 14 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ script:
- npm run coverage
- cat coverage/lcov.info | lcov-server-cli --url https://lcov-server.herokuapp.com
node_js:
- "4"
- "6"
- "8"
os:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.1.3 (09/28/2017)

- updates to [email protected]

# 0.1.2 (09/17/2017)

- will recursively generate output directory if it doesn't exist
Expand Down
2 changes: 1 addition & 1 deletion docs/example/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/storybook/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<body>
<div id="root"></div>
<div id="error-display"></div>
<script src="static/preview.81e78ba2fb3159f5c441.bundle.js"></script>
<script src="static/preview.0a38a673512950165be7.bundle.js"></script>
</body>
</html>

4 changes: 2 additions & 2 deletions docs/storybook/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="storybook-version" content="3.2.8">
<meta name="storybook-version" content="3.2.11">
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
<title>Storybook</title>
<style>
Expand Down Expand Up @@ -40,7 +40,7 @@
</head>
<body style="margin: 0;">
<div id="root"></div>
<script src="static/manager.ea32815e8d91d93bc7b0.bundle.js"></script>
<script src="static/manager.fde021e4bd63acf9eaf0.bundle.js"></script>
</body>
</html>

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tap-html",
"version": "0.1.2",
"version": "0.1.3",
"description": "📊 an html tap reporter",
"author": "Gabriel J. Csapo <[email protected]>",
"license": "ISC",
Expand Down Expand Up @@ -35,20 +35,20 @@
"html-webpack-inline-source-plugin": "0.0.9",
"html-webpack-plugin": "^2.29.0",
"memory-fs": "^0.4.1",
"prop-types": "^15.5.10",
"prop-types": "^15.6.0",
"psychic-ui": "^1.0.7",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"style-loader": "^0.18.2",
"tap-parser": "^6.0.1",
"through2": "^2.0.3",
"url-loader": "^0.5.9",
"webpack": "^3.6.0"
},
"devDependencies": {
"@storybook/react": "^3.2.8",
"eslint": "^4.7.0",
"eslint-plugin-react": "^7.3.0",
"@storybook/react": "^3.2.11",
"eslint": "^4.7.2",
"eslint-plugin-react": "^7.4.0",
"font-awesome": "^4.7.0",
"tap": "^10.7.2",
"tape": "^4.6.3"
Expand Down

0 comments on commit 2c71d4e

Please sign in to comment.