Skip to content

Commit e4570f5

Browse files
committed
test: mark test projects private
We don't want to deploy these to npm :-).
1 parent 1c31f3b commit e4570f5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test-projects/backward-compatibility-pre-1.1.2-config-cjs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"private": true,
23
"name": "@softwareventures/resolve-typescript-plugin-test-backward-compatibility-1.1.x-config-cjs",
34
"type": "module",
45
"license": "ISC",

test-projects/type-module-config-cjs-import-js/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"private": true,
23
"name": "@softwareventures/resolve-typescript-plugin-test-type-module-config-cjs-import-js",
34
"type": "module",
45
"license": "ISC",

0 commit comments

Comments
 (0)