Skip to content

Commit e8f0d64

Browse files
committed
0.1.5
- moves font-awesome to dependencies
1 parent 1c438a1 commit e8f0d64

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.1.5 (10/17/2017)
2+
3+
- moves font-awesome to dependencies
4+
15
# 0.1.4 (10/17/2017)
26

37
- updates dependencies

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tap-html",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"description": "📊 an html tap reporter",
55
"author": "Gabriel J. Csapo <[email protected]>",
66
"license": "ISC",
@@ -33,6 +33,7 @@
3333
"css-loader": "^0.28.4",
3434
"duplexer": "^0.1.1",
3535
"file-loader": "^1.1.5",
36+
"font-awesome": "^4.7.0",
3637
"html-webpack-inline-source-plugin": "0.0.9",
3738
"html-webpack-plugin": "^2.29.0",
3839
"memory-fs": "^0.4.1",
@@ -50,7 +51,6 @@
5051
"@storybook/react": "^3.2.12",
5152
"eslint": "^4.8.0",
5253
"eslint-plugin-react": "^7.4.0",
53-
"font-awesome": "^4.7.0",
5454
"tap": "^10.7.2",
5555
"tape": "^4.6.3",
5656
"tryitout": "^0.3.3"

0 commit comments

Comments
 (0)