add license/repo to package.json (#400)
This commit is contained in:
parent
7866ed4446
commit
cd12c5e326
13
package.json
13
package.json
|
@ -174,5 +174,16 @@
|
|||
"sapper",
|
||||
"a11y-dialog"
|
||||
]
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/nolanlawson/pinafore.git"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Nolan Lawson <nolan@nolanlawson.com>",
|
||||
"license": "AGPL-3.0-only",
|
||||
"bugs": {
|
||||
"url": "https://github.com/nolanlawson/pinafore/issues"
|
||||
},
|
||||
"homepage": "https://github.com/nolanlawson/pinafore#readme"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue