Skip to content

Commit c5f4b61

Browse files
committed
0.2.1
- includes babel-minify-webpack-plugin as a dependency instead of devDependency.
1 parent 4d6e221 commit c5f4b61

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.2.1 (05/09/2018)
2+
3+
- includes `babel-minify-webpack-plugin` as a dependency instead of devDependency.
4+
15
# 0.2.0 (12/20/2017)
26

37
- removes commander

TODO.md

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
- [ ] inline external assets (fonts, icons)
2+
- [ ] including react / preact is overkill, this could output a truly static file.

docs/example/index.html

+1-1
Large diffs are not rendered by default.

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tap-html",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "📊 an html tap reporter",
55
"author": "Gabriel J. Csapo <[email protected]>",
66
"license": "MIT",
@@ -27,34 +27,34 @@
2727
"dependencies": {
2828
"babel-core": "^6.24.1",
2929
"babel-loader": "^7.1.1",
30+
"babel-minify-webpack-plugin": "^0.3.1",
3031
"babel-preset-env": "^1.6.1",
3132
"babel-preset-react": "^6.24.1",
3233
"css-loader": "^0.28.8",
3334
"duplexer": "^0.1.1",
3435
"file-loader": "^1.1.6",
3536
"font-awesome": "^4.7.0",
36-
"html-webpack-inline-source-plugin": "0.0.9",
37-
"html-webpack-plugin": "^2.29.0",
37+
"html-webpack-inline-source-plugin": "0.0.10",
38+
"html-webpack-plugin": "^3.2.0",
3839
"memory-fs": "^0.4.1",
3940
"preact": "^8.2.7",
4041
"preact-compat": "^3.17.0",
4142
"prop-types": "^15.6.0",
4243
"psychic-ui": "^1.0.7",
43-
"style-loader": "^0.19.1",
44+
"style-loader": "^0.21.0",
4445
"tap-parser": "^7.0.0",
4546
"through2": "^2.0.3",
46-
"url-loader": "^0.6.2",
47-
"webpack": "^3.10.0"
47+
"url-loader": "^1.0.1",
48+
"webpack": "^4.12.0"
4849
},
4950
"devDependencies": {
5051
"@storybook/react": "^3.3.8",
51-
"babel-minify-webpack-plugin": "^0.2.0",
5252
"babel-polyfill": "^6.26.0",
5353
"eslint": "^4.15.0",
5454
"eslint-plugin-react": "^7.5.1",
5555
"react": "^16.2.0",
5656
"react-dom": "^16.2.0",
57-
"tap": "^11.0.1",
57+
"tap": "^12.0.1",
5858
"tape": "^4.6.3",
5959
"tryitout": "^2.0.1"
6060
}

0 commit comments

Comments
 (0)