Skip to content

Commit

Permalink
Use Device Farmer info in package.json (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: NoahAndrews <noah@noahandrews.me>
  • Loading branch information
Noah Andrews authored Jul 22, 2020
1 parent 0a9ed7d commit f7c57a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"adbkit": "./bin/adbkit"
},
"bugs": {
"url": "https://github.com/openstf/adbkit/issues"
"url": "https://github.com/DeviceFarmer/adbkit/issues"
},
"license": "Apache-2.0",
"author": {
"name": "The OpenSTF Project",
"name": "Device Farmer",
"email": "contact@openstf.io",
"url": "https://openstf.io"
"url": "https://devicefarmer.github.io/"
},
"main": "./index",
"repository": {
"type": "git",
"url": "https://github.com/openstf/adbkit.git"
"url": "https://github.com/DeviceFarmer/adbkit.git"
},
"scripts": {
"postpublish": "grunt clean",
Expand Down

0 comments on commit f7c57a4

Please sign in to comment.