Skip to content

Commit 3b67c24

Browse files
committed
New standard imports.
1 parent d212192 commit 3b67c24

File tree

1 file changed

+2
-1
lines changed
  • scripts/lib/bashy-node/node-project/lint-src/main-linter

1 file changed

+2
-1
lines changed

scripts/lib/bashy-node/node-project/lint-src/main-linter/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"exports": "./index.js",
99
"imports": {
1010
"#x/*": "./export/*.js",
11-
"#p/*": "./private/*.js"
11+
"#p/*": "./private/*.js",
12+
"#test/*": "./tests/*.js"
1213
},
1314

1415
"dependencies": {

0 commit comments

Comments
 (0)