Skip to content

Commit 0359e5b

Browse files
a-flying-potatomake-github-pseudonymous-again
authored andcommittedMar 23, 2021
🤖 chore(package.json): Remove .git suffix of repository URL.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/67ba7d5e9b38c8944d42909a3a30b0710559b446/src/transforms/package.json:repository-url-remove-git-suffix.js Please contact the author of the transform if you believe there was an error.
1 parent 24a3a9d commit 0359e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"main": "lib/index.js",
152152
"repository": {
153153
"type": "git",
154-
"url": "https://github.com/aureooms/js-integer.git"
154+
"url": "https://github.com/aureooms/js-integer"
155155
},
156156
"scripts": {
157157
"build": "babel --delete-dir-on-start --env-name production src -d lib",

0 commit comments

Comments
 (0)
Please sign in to comment.