Skip to content
This repository was archived by the owner on Oct 30, 2020. It is now read-only.

Commit 6dcd233

Browse files
committed
Release v3.0.3
1 parent 895dfee commit 6dcd233

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "3box-comments-react",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Comments component for decentralized applications by 3Box",
5-
"main": "./lib/index.js",
5+
"main": "lib/index.js",
66
"author": "3box.io",
77
"license": "MIT",
88
"contributors": [
@@ -23,7 +23,7 @@
2323
"scss": "node-sass sass -o src/css",
2424
"watch": "node-sass --watch scss sass -o src/css",
2525
"lint": "eslint ./src",
26-
"prepublish": "npm run clean && npm run test && npm run build",
26+
"prepublish": "npm run clean && npm run test && npm run build && npm run build:es5",
2727
"start": "webpack-dev-server --config examples/webpack.config.live.babel.js; npm run watch",
2828
"test": "npm run lint && npm run coverage"
2929
},

src/css/Footer.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
justify-content: center;
44
align-items: center;
55
margin-bottom: 80px;
6-
width: 100%; }
6+
width: 100%;
7+
margin-top: 38px; }
78

89
.footer_text {
910
color: #c1c1c1;

0 commit comments

Comments
 (0)