Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Commit

Permalink
fix repository url (#57)
Browse files Browse the repository at this point in the history
* fix repository url

* update snapshot
  • Loading branch information
jjtang1985 authored Mar 10, 2020
1 parent ed8711a commit b9ed770
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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\"",
Expand Down
2 changes: 2 additions & 0 deletions test/utils/__snapshots__/scaffold.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b9ed770

Please sign in to comment.