Skip to content

Commit

Permalink
revise package.json to correct repo urls, improve contributors entry
Browse files Browse the repository at this point in the history
  • Loading branch information
lathropd committed Jun 30, 2019
1 parent 7030993 commit fc62004
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
{
"name": "x-ray",
"description": "structure any website",
"homepage": "https://github.com/lapwinglabs/x-ray#readme",
"homepage": "https://github.com/matthewmueller/x-ray#readme",
"version": "2.3.3",
"main": "index.js",
"author": {
"name": "Matthew Mueller",
"email": "[email protected]"
},
"contributors": [
{
"name": "Fabien Franzen",
"email": "[email protected]"
}
"Paul Barrett",
"Kiko Beats <[email protected]>",
"Fabien Franzen <[email protected]>",
"Wah Loon Keng <[email protected]>",
"Daniel Lathrop <[email protected]>"
],
"repository": {
"type": "git",
"url": "git://github.com/lapwinglabs/x-ray.git"
"url": "git://github.com/matthewmueller/x-ray.git"
},
"bugs": {
"url": "https://github.com/lapwinglabs/x-ray/issues"
"url": "https://github.com/matthewmueller/x-ray/issues"
},
"keywords": [
"api",
Expand Down Expand Up @@ -47,7 +48,7 @@
"concat-stream": "1.5.2",
"coveralls": "2.11.16",
"istanbul": "0.4.5",
"mocha": "latest",
"mocha": "~6.1.4",
"mocha-lcov-reporter": "1.2.0",
"multiline": "1.0.2",
"rimraf": "2.5.4",
Expand Down

0 comments on commit fc62004

Please sign in to comment.