Skip to content

Commit 5a8844e

Browse files
committed
fix: downgrade version to 0.0.0 in package.json and package-lock.json; remove release script
1 parent 584d63e commit 5a8844e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-vue-fsd",
33
"type": "module",
4-
"version": "0.0.1",
4+
"version": "0.0.0",
55
"description": "ESLint plugin for checking and maintaining architecture boundaries in Vue FSD applications.",
66
"main": "src/index.js",
77
"types": "index.d.ts",
@@ -27,7 +27,6 @@
2727
"lint": "make lint",
2828
"test": "make test",
2929
"update": "make update",
30-
"release": "make release",
3130
"drawio": "make drawio",
3231
"prepare": "husky"
3332
},

0 commit comments

Comments
 (0)