Skip to content

Commit 5e41e33

Browse files
committed
chore: enable publishing
1 parent 7fb2c1c commit 5e41e33

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed
File renamed without changes.
File renamed without changes.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"test": "vitest",
99
"build": "turbo build",
1010
"clean": "rimraf packages/**/dist & rimraf .turbo packages/**/.turbo & rimraf node_modules packages/**/node_modules",
11-
"knip": "knip"
11+
"knip": "knip",
12+
"version": "changeset version",
13+
"release": "changeset publish"
1214
},
1315
"devDependencies": {
1416
"@arethetypeswrong/cli": "0.16.4",

packages/data/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@eslint-plugin-runtime-compat/data",
3-
"private": true,
3+
"version": "0.1.0",
4+
"private": "true",
45
"main": "./dist/index.js",
56
"types": "./dist/index.d.ts",
67
"files": ["dist"],

packages/plugin/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@menglinmaker/eslint-plugin-runtime-compat",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Eslint check JS runtime conpatability issues. Inspired by eslint-plugin-compat and runtime-compat-data.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -18,9 +18,7 @@
1818
"lint": "tsc --noEmit --incremental",
1919
"test": "vitest",
2020
"build": "tsup src/index.ts --format cjs,esm --dts --clean --sourcemap && attw -P .",
21-
"clean": "rm -rf node_modules",
22-
"version": "changeset version",
23-
"release": "changeset publish"
21+
"clean": "rm -rf node_modules"
2422
},
2523
"devDependencies": {
2624
"@typescript-eslint/parser": "8.13.0",

0 commit comments

Comments
 (0)