Skip to content
This repository was archived by the owner on Aug 22, 2020. It is now read-only.

Commit 63591f6

Browse files
committed
nobug: added package json to handle tag management
1 parent 106b14c commit 63591f6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "@mjpitz/gitfs",
3+
"description": "Virtual file system for managing your git integrations",
4+
"version": "0.0.0",
5+
"repository": {
6+
"type": "git",
7+
"url": "[email protected]:mjpitz/gitfs.git"
8+
}
9+
}

0 commit comments

Comments
 (0)