Skip to content

Commit f7c57a4

Browse files
author
Noah Andrews
authored
Use Device Farmer info in package.json (#15)
Signed-off-by: NoahAndrews <[email protected]>
1 parent 0a9ed7d commit f7c57a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313
"adbkit": "./bin/adbkit"
1414
},
1515
"bugs": {
16-
"url": "https://github.com/openstf/adbkit/issues"
16+
"url": "https://github.com/DeviceFarmer/adbkit/issues"
1717
},
1818
"license": "Apache-2.0",
1919
"author": {
20-
"name": "The OpenSTF Project",
20+
"name": "Device Farmer",
2121
"email": "[email protected]",
22-
"url": "https://openstf.io"
22+
"url": "https://devicefarmer.github.io/"
2323
},
2424
"main": "./index",
2525
"repository": {
2626
"type": "git",
27-
"url": "https://github.com/openstf/adbkit.git"
27+
"url": "https://github.com/DeviceFarmer/adbkit.git"
2828
},
2929
"scripts": {
3030
"postpublish": "grunt clean",

0 commit comments

Comments
 (0)