Skip to content

Commit 88d7187

Browse files
author
Taras Mankovski
committed
fix(k6): remove conformance from public exports
Conformance tests are internal tooling for runtime validation, not part of the public API.
1 parent 2135c80 commit 88d7187

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

k6/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
".": {
1010
"development": "./mod.ts",
1111
"default": "./dist/mod.js"
12-
},
13-
"./conformance": {
14-
"development": "./conformance/mod.ts",
15-
"default": "./dist/conformance/mod.js"
1612
}
1713
},
1814
"scripts": {

0 commit comments

Comments
 (0)