Skip to content

Commit 5081830

Browse files
committedJan 16, 2023
chore: fix duplicate test package names
1 parent 82c5b26 commit 5081830

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎test-packages/cspell-lib/test-cspell-lib-esm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "test-cspell-lib",
2+
"name": "test-cspell-lib-esm",
33
"version": "6.18.1",
44
"description": "Pure testing package for cspell-lib.",
55
"bin": "bin.mjs",

‎test-packages/cspell-lib/test-cspell-lib-rollup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "test-cspell-lib",
2+
"name": "test-cspell-lib-rollup",
33
"version": "6.18.1",
44
"description": "Pure testing package for cspell-lib.",
55
"bin": {

0 commit comments

Comments
 (0)
Please sign in to comment.