Skip to content

Commit 5d40d04

Browse files
authored
chore: move index.js to lib/test.js to match Node.js codebase (#20)
1 parent dda76c2 commit 5d40d04

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

File renamed without changes.
File renamed without changes.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
"description": "Node.js 18's node:test, as an npm package",
55
"license": "MIT",
66
"repository": "nodejs/node-core-test",
7-
"main": "./index.js",
8-
"types": "./index.d.ts",
7+
"main": "./lib/test.js",
8+
"types": "./lib/test.d.ts",
99
"bin": {
1010
"node--test": "./bin/node--test.js",
1111
"node--test-only": "./bin/node--test-only.js",
1212
"test": "./bin/node-core-test.js"
1313
},
1414
"imports": {
1515
"#internal/*": "./lib/internal/*.js",
16-
"#node:test": "./index.js"
16+
"#node:test": "./lib/test.js"
1717
},
1818
"scripts": {
1919
"test": "npm run test:lint && npm run test:unit",

0 commit comments

Comments
 (0)