Skip to content

Commit

Permalink
Merge pull request #17 from berzniz/name_and_logo_change
Browse files Browse the repository at this point in the history
Change name and logo
  • Loading branch information
berzniz authored Jul 31, 2018
2 parents 7d467f1 + 8c7ab00 commit b06bc9a
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# GitHub Pull Request Tree
# Better Pull Requests for GitHub
Add a file tree to GitHub's Pull Request page

![GitHub Pull Request](assets/screenshot.png "GitHub Pull Request")

## Install

Install from the Chrome web store: [GitHub Pull Request Tree](https://chrome.google.com/webstore/detail/nfhdjopbhlggibjlimhdbogflgmbiahc)
Install from the Chrome web store: [Better Pull Requests for GitHub](https://chrome.google.com/webstore/detail/nfhdjopbhlggibjlimhdbogflgmbiahc)

## Development

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "github_pr_tree",
"version": "1.0.0",
"description": "Add a file tree to GitHub's Pull Request",
"description": "Add a file tree to GitHub Pull Requests",
"scripts": {
"precommit": "git diff --name-only --cached --relative | grep '\\.jsx\\?$' | xargs node_modules/.bin/standard -v | ./node_modules/.bin/snazzy",
"build": "node utils/build.js",
Expand Down
Binary file modified src/icons/128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/icons/16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/icons/48x48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "GitHub Pull Request Tree",
"short_name": "GitHub PRs",
"name": "Better Pull Request for GitHub",
"short_name": "Better PRs",
"permissions": [
"*://*.github.com/*"
],
Expand Down

0 comments on commit b06bc9a

Please sign in to comment.