Skip to content
This repository was archived by the owner on Sep 18, 2021. It is now read-only.

Commit 3b9be8c

Browse files
committed
Add repo
1 parent b8ca45c commit 3b9be8c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"description": "Controller for LED-Controller, that creates a text file based on the current Animation. After that it can be interpreted using a python script, showing the Animation.",
55
"main": "dist/TextToVideoStripController.js",
66
"types": "dist/TextToVideoStripController.d.ts",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/led-controller/TextToVideoStripController.git"
10+
},
711
"scripts": {
812
"build": "tsc"
913
},

0 commit comments

Comments
 (0)