Skip to content

Commit cb78e51

Browse files
authored
chore: Update 'package.json' for npm provenance (#32)
2 parents d087dfa + af2334e commit cb78e51

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

package.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
{
22
"name": "headingoffset-polyfill",
33
"version": "0.0.0-development",
4-
"description": "",
4+
"description": "Polyfill for the 'headingoffset' attribute.",
55
"main": "headingoffset-polyfill.js",
66
"module": "headingoffset-polyfill.js",
77
"type": "module",
88
"scripts": {
99
"test": "web-test-runner headingoffset-polyfill*.test.html --coverage --node-resolve"
1010
},
11-
"keywords": [],
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/smockle/headingoffset-polyfill.git"
14+
},
1215
"author": "Clay Miller <[email protected]> (https://www.smockle.com/)",
1316
"license": "MIT",
17+
"bugs": {
18+
"url": "https://github.com/smockle/headingoffset-polyfill/issues"
19+
},
20+
"homepage": "https://github.com/smockle/headingoffset-polyfill#readme",
1421
"devDependencies": {
1522
"@esm-bundle/chai": "^4.3.4-fix.0",
1623
"@web/test-runner": "^0.19.0"

0 commit comments

Comments
 (0)