diff --git a/tests/fixtures/no-internal/workspace-pkg-1/node_modules/test-pkg-1/package.json b/tests/fixtures/no-internal/workspace-pkg-1/node_modules/test-pkg-1/package.json index a1a1bcc..3ca39b2 100644 --- a/tests/fixtures/no-internal/workspace-pkg-1/node_modules/test-pkg-1/package.json +++ b/tests/fixtures/no-internal/workspace-pkg-1/node_modules/test-pkg-1/package.json @@ -1,7 +1,7 @@ { - "name": "test-pkg-1", + "name": "test-pkg-1-no-internal", "version": "1.0.0", - "description": "test package 1", + "description": "test package 1 no internal", "main": "index.js", "typings": "index.d.ts", "license": "MIT"