Skip to content

Commit d8ccd3c

Browse files
committed
fix: remove unused dev deps
1 parent 40b04be commit d8ccd3c

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.oxlintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"no-undefined": "allow",
5353
"no-plusplus": "allow",
5454
// maybe warn
55-
"no-console": "warn",
55+
"no-console": "allow",
5656
"no-extraneous-class": "allow",
5757
"no-empty-function": "allow",
5858
"max-depth": ["error", 6],

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# sync-npm-version-to-jsr
22

3-
[![JSR](https://jsr.io/badges/@nm/sync-npm-version-to-jsr)](https://jsr.io/@nm/sync-npm-version-to-jsr)
4-
[![JSR Score](https://jsr.io/badges/@nm/sync-npm-version-to-jsr/score)](https://jsr.io/@nm/sync-npm-version-to-jsr)
53
[![NPM Version](https://img.shields.io/npm/v/sync-npm-version-to-jsr)](https://www.npmjs.com/package/sync-npm-version-to-jsr)
64
[![NPM Downloads](https://img.shields.io/npm/dm/sync-npm-version-to-jsr)](https://www.npmjs.com/package/sync-npm-version-to-jsr)
75
[![NPM License](https://img.shields.io/npm/l/sync-npm-version-to-jsr)](https://github.com/node-modules/sync-npm-version-to-jsr/blob/master/LICENSE)
6+
[![JSR](https://jsr.io/badges/@nm/sync-npm-version-to-jsr)](https://jsr.io/@nm/sync-npm-version-to-jsr)
7+
[![JSR Score](https://jsr.io/badges/@nm/sync-npm-version-to-jsr/score)](https://jsr.io/@nm/sync-npm-version-to-jsr)
88
[![codecov](https://codecov.io/gh/node-modules/sync-npm-version-to-jsr/branch/master/graph/badge.svg)](https://codecov.io/gh/node-modules/sync-npm-version-to-jsr)
99
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/node-modules/sync-npm-version-to-jsr/ci.yml?branch=master)](https://github.com/node-modules/sync-npm-version-to-jsr/actions/workflows/ci.yml?query=branch%3Amaster)
1010
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com)

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,8 @@
2424
"devDependencies": {
2525
"@eggjs/tsconfig": "3",
2626
"@types/node": "24",
27-
"c8": "10",
2827
"husky": "9",
29-
"mm": "4",
30-
"oxlint": "1",
28+
"oxlint": "^1.11.0",
3129
"prettier": "3",
3230
"typescript": "5"
3331
},
@@ -51,10 +49,10 @@
5149
"files": [
5250
"dist"
5351
],
54-
"type": "module",
5552
"bin": {
5653
"sync-npm-version-to-jsr": "dist/bin.js"
5754
},
55+
"type": "module",
5856
"exports": "./dist/index.js",
5957
"types": "./dist/index.d.ts"
6058
}

0 commit comments

Comments
 (0)