We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0be8f92 commit 3f8b973Copy full SHA for 3f8b973
package.json
@@ -1,5 +1,6 @@
1
{
2
"name": "@openlayers/codemod",
3
+ "description": "Applies code modifications to assist with upgrades",
4
"version": "0.1.2",
5
"private": false,
6
"bin": "./codemod.js",
@@ -12,7 +13,13 @@
12
13
"pretest": "npm run lint",
14
"test": "vitest --run"
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
23
"devDependencies": {
24
"eslint": "^9.17.0",
25
"eslint-config-openlayers": "^20.0.0",
0 commit comments