diff options
Diffstat (limited to 'test/cli/install/migration/complex-workspace/packages/body-parser/package.json')
-rw-r--r-- | test/cli/install/migration/complex-workspace/packages/body-parser/package.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/cli/install/migration/complex-workspace/packages/body-parser/package.json b/test/cli/install/migration/complex-workspace/packages/body-parser/package.json new file mode 100644 index 000000000..e0c363a20 --- /dev/null +++ b/test/cli/install/migration/complex-workspace/packages/body-parser/package.json @@ -0,0 +1,7 @@ +{ + "name": "body-parser", + "version": "200.0.0", + "dependencies": { + "svelte": "git+ssh://git@gitlab.com/dylan-conway/public-install-test.git#93f3aa4ec9ca8a0bacc010776db48bfcd915c44c" + } +} |