Skip to content

Commit

Permalink
remove url fields in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelroecker committed Jun 3, 2016
1 parent 9d7023f commit 39a0324
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
3 changes: 2 additions & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "GL-Browser",
"email": "glbrowser@glicer.com",
"url": "http://dev.glicer.com",
"version": "0.0.1",
"description": "A custom browser",
"author": "Emmanuel ROECKER - Rym BOUCHAGOUR",
"email": "glbrowser@glicer.com",
"license": "GPL-2.0",
"homepage": "http://dev.glicer.com",
"private": true,
"main": "./app.js",
"dependencies": {
Expand Down
7 changes: 0 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@
"iconUrl": "file://icon.ico"
}
},
"repository": {
"type": "git",
"url": "https://github.com/emmanuelroecker/GL-Browser.git"
},
"bugs": {
"url": "https://github.com/emmanuelroecker/GL-Browser/issues"
},
"keywords": [
"browser",
"customize",
Expand Down

0 comments on commit 39a0324

Please sign in to comment.