Skip to content

Commit 3f8b973

Browse files
committed
Include repo details in package.json
1 parent 0be8f92 commit 3f8b973

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@openlayers/codemod",
3+
"description": "Applies code modifications to assist with upgrades",
34
"version": "0.1.2",
45
"private": false,
56
"bin": "./codemod.js",
@@ -12,7 +13,13 @@
1213
"pretest": "npm run lint",
1314
"test": "vitest --run"
1415
},
15-
"description": "Applies code modifications to assist with upgrades",
16+
"repository": {
17+
"type": "git",
18+
"url": "git://github.com/openlayers/codemod.git"
19+
},
20+
"bugs": {
21+
"url": "https://github.com/openlayers/codemod/issues"
22+
},
1623
"devDependencies": {
1724
"eslint": "^9.17.0",
1825
"eslint-config-openlayers": "^20.0.0",

0 commit comments

Comments
 (0)