Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 6dcf467

Browse files
committed
update repository url
1 parent 7974935 commit 6dcf467

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
"name": "tar-fs",
33
"version": "1.5.0",
44
"description": "filesystem bindings for tar-stream",
5-
"repository": {
6-
"type": "git",
7-
"url": "git://github.com:mafintosh/tar-fs.git"
8-
},
95
"dependencies": {
106
"mkdirp": "^0.5.0",
117
"pump": "^1.0.0",
@@ -35,5 +31,9 @@
3531
"test": "test"
3632
},
3733
"author": "Mathias Buus",
38-
"license": "MIT"
34+
"license": "MIT",
35+
"repository": {
36+
"type": "git",
37+
"url": "https://github.com/mafintosh/tar-fs.git"
38+
}
3939
}

0 commit comments

Comments
 (0)