Skip to content

Commit 9d2a147

Browse files
authored
Merge pull request #667 from AlexVelezLl/add-repository-packagejson
Add repository field in package.json
2 parents d784b83 + 5b1a776 commit 9d2a147

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "4.3.1",
44
"private": false,
55
"description": "The Kolibri Design System defines common design patterns and code for use in Kolibri applications",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/learningequality/kolibri-design-system.git"
9+
},
610
"license": "MIT",
711
"author": "Learning Equality",
812
"scripts": {

0 commit comments

Comments
 (0)