Skip to content

Commit 1952c69

Browse files
committed
remove ts-node from js packages
1 parent 24b968c commit 1952c69

File tree

3 files changed

+2
-17
lines changed

3 files changed

+2
-17
lines changed

packages/config-loader/package.json

-5
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,5 @@
4646
"import": "./index.mjs",
4747
"require": "./src/index.js"
4848
}
49-
},
50-
"mocha": {
51-
"loader": "ts-node/esm",
52-
"exit": true,
53-
"retries": 3
5449
}
5550
}

packages/rollup-plugin-copy/package.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,5 @@
5151
"devDependencies": {
5252
"@types/glob": "^8.1.0"
5353
},
54-
"types": "dist/copy.d.ts",
55-
"mocha": {
56-
"loader": "ts-node/esm",
57-
"exit": true,
58-
"retries": 3
59-
}
54+
"types": "dist/copy.d.ts"
6055
}

packages/rollup-plugin-import-meta-assets/package.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,5 @@
4848
"globby": "^13.2.2",
4949
"magic-string": "^0.30.0"
5050
},
51-
"types": "dist/index",
52-
"mocha": {
53-
"loader": "ts-node/esm",
54-
"exit": true,
55-
"retries": 3
56-
}
51+
"types": "dist/index"
5752
}

0 commit comments

Comments
 (0)