Skip to content

Commit 73c9d42

Browse files
fix: fixing NPM warns raised by package.json
1 parent ef68d79 commit 73c9d42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
],
3939
"repository": {
4040
"type": "git",
41-
"url": "https://github.com/willmendesneto/ngx-skeleton-loader.git"
41+
"url": "git+https://github.com/willmendesneto/ngx-skeleton-loader.git"
4242
},
4343
"bugs": {
4444
"url": "https://github.com/willmendesneto/ngx-skeleton-loader/issues"

projects/ngx-skeleton-loader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
},
2626
"repository": {
2727
"type": "git",
28-
"url": "https://github.com/willmendesneto/ngx-skeleton-loader.git"
28+
"url": "git+https://github.com/willmendesneto/ngx-skeleton-loader.git"
2929
},
3030
"bugs": {
3131
"url": "https://github.com/willmendesneto/ngx-skeleton-loader/issues"
3232
},
3333
"homepage": "https://github.com/willmendesneto/ngx-skeleton-loader#readme",
3434
"sideEffects": false
35-
}
35+
}

0 commit comments

Comments
 (0)