Skip to content

Commit 55467ee

Browse files
committed
fix(create-eslint-config): sync version with eslint-config
1 parent 8ee83cf commit 55467ee

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

packages/create-eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@code-pushup/create-eslint-config",
3-
"version": "0.16.0",
3+
"version": "0.16.1",
44
"description": "Interactive setup wizard for @code-pushup/eslint-config",
55
"type": "module",
66
"main": "./src/index.js",

packages/create-eslint-config/project.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,5 @@
3333
"packageRoot": "dist/{projectRoot}"
3434
}
3535
}
36-
},
37-
"release": {
38-
"version": {
39-
"manifestRootsToUpdate": ["dist/{projectRoot}"]
40-
}
4136
}
4237
}

0 commit comments

Comments
 (0)