From b9ed770c50135fc5eadc07c40ea0d24d3c031af6 Mon Sep 17 00:00:00 2001 From: Junjie Tang <33489572+jjtang1985@users.noreply.github.com> Date: Tue, 10 Mar 2020 09:10:28 +0100 Subject: [PATCH] fix repository url (#57) * fix repository url * update snapshot --- package.json | 5 ++++- test/utils/__snapshots__/scaffold.spec.ts.snap | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ee920e41..18d685ec 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,10 @@ "np": { "publish": false }, - "repository": "https://github.com/SAP/cloud-sdk-cli", + "repository": { + "type": "git", + "url": "https://github.com/SAP/cloud-sdk-cli" + }, "scripts": { "lint": "tslint -p . -t stylish && tslint -p test -t stylish && prettier -c \"**/*.ts\"", "fix:formatting": "tslint -p . -t stylish --fix && tslint -p test -t stylish --fix && prettier --write \"**/*.ts\"", diff --git a/test/utils/__snapshots__/scaffold.spec.ts.snap b/test/utils/__snapshots__/scaffold.spec.ts.snap index f84771a8..e70e1c2e 100644 --- a/test/utils/__snapshots__/scaffold.spec.ts.snap +++ b/test/utils/__snapshots__/scaffold.spec.ts.snap @@ -2,8 +2,10 @@ exports[`Scaffold Utils [E2E] should build the scaffold 1`] = ` Array [ + ".eslintrc.js", ".git", ".gitignore", + ".prettierrc", "nest-cli.json", "package.json", "src",