Skip to content

Commit

Permalink
Merge branch 'hotfix/deps-issue'
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandez14 committed Jun 14, 2019
2 parents dcb8ae1 + c307c6b commit 7b2b449
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 144 deletions.
102 changes: 51 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "anzu",
"name": "anzu.frontend",
"version": "0.1.0",
"description": "Anzu forums system frontend.",
"repository": {
"type": "git",
"url": "git+https://github.com/RodrigoCR/bakkhos.git"
"url": "git+https://github.com/tryanzu/frontend.git"
},
"author": "fernandez14",
"license": "ISC",
"bugs": {
"url": "https://github.com/RodrigoCR/bakkhos/issues"
"url": "https://github.com/tryanzu/frontend/issues"
},
"homepage": "https://github.com/RodrigoCR/bakkhos#readme",
"homepage": "https://github.com/tryanzu/frontend#readme",
"dependencies": {
"@types/history": "^4.6.1",
"autosize": "^4.0.0",
Expand Down
5 changes: 4 additions & 1 deletion src/board/components/comment.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,10 @@ function CommentView({ comment, effects, ui, hashtables, ...props }) {
related_to: 'comment',
}),
},
[i('.mr1.icon-warning-empty'), t`Reportar`]
[
i('.mr1.icon-warning-empty'),
t`Reportar`,
]
)
),
]),
Expand Down
Loading

0 comments on commit 7b2b449

Please sign in to comment.