Skip to content

Commit 0c54564

Browse files
committed
Update repository information for all npm packages that will be published.
1 parent a51bc27 commit 0c54564

File tree

10 files changed

+50
-4
lines changed

10 files changed

+50
-4
lines changed

packages/browserslist-config-kolibri/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
"version": "0.16.1-dev.1",
44
"description": "Browsers list configuration for Kolibri",
55
"main": "index.js",
6-
"repository": "github.com/learningequality/kolibri",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/learningequality/kolibri.git",
9+
"directory": "packages/browserslist-config-kolibri"
10+
},
711
"author": "Learning Equality",
812
"license": "MIT",
913
"private": false

packages/eslint-plugin-kolibri/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"description": "Custom linting rules for kolibri",
55
"author": "Learning Equality",
66
"main": "lib/index.js",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/learningequality/kolibri.git",
10+
"directory": "packages/eslint-plugin-kolibri"
11+
},
712
"dependencies": {
813
"requireindex": "^1.1.0"
914
},

packages/kolibri-app/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"description": "The Kolibri app",
55
"main": "src/index.js",
66
"author": "Learning Equality",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/learningequality/kolibri.git",
10+
"directory": "packages/kolibri-app"
11+
},
712
"license": "MIT",
813
"dependencies": {
914
"vuex-router-sync": "^5.0.0"

packages/kolibri-format/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "kolibri-format",
33
"version": "1.0.0",
44
"description": "A module for formatting frontend code to Kolibri standards",
5-
"repository": "github.com/learningequality/kolibri",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/learningequality/kolibri.git",
8+
"directory": "packages/kolibri-format"
9+
},
610
"author": "Learning Equality",
711
"license": "MIT",
812
"private": false,

packages/kolibri-logging/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"description": "The Kolibri logging module",
55
"main": "src/index.js",
66
"author": "Learning Equality",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/learningequality/kolibri.git",
10+
"directory": "packages/kolibri-logging"
11+
},
712
"license": "MIT",
813
"dependencies": {
914
"chalk": "^4.1.2",

packages/kolibri-module/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@
44
"description": "The Kolibri module",
55
"main": "src/index.js",
66
"author": "Learning Equality",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/learningequality/kolibri.git",
10+
"directory": "packages/kolibri-module"
11+
},
712
"license": "MIT"
813
}

packages/kolibri-plugin-data/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@
44
"description": "The Kolibri plugin data module",
55
"main": "src/index.js",
66
"author": "Learning Equality",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/learningequality/kolibri.git",
10+
"directory": "packages/kolibri-plugin-data"
11+
},
712
"license": "MIT"
813
}

packages/kolibri-tools/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
"version": "0.16.1-dev.1",
44
"description": "Tools for building Kolibri frontend plugins",
55
"main": "lib/cli.js",
6-
"repository": "github.com/learningequality/kolibri",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/learningequality/kolibri.git",
9+
"directory": "packages/kolibri-tools"
10+
},
711
"author": "Learning Equality",
812
"license": "MIT",
913
"private": false,

packages/kolibri-viewer/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@
44
"description": "The Kolibri viewer",
55
"main": "src/index.js",
66
"author": "Learning Equality",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+https://github.com/learningequality/kolibri.git",
10+
"directory": "packages/kolibri-viewer"
11+
},
712
"license": "MIT"
813
}

packages/kolibri/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "kolibri",
33
"version": "0.18.0",
44
"description": "The Kolibri core API",
5-
"repository": "github.com/learningequality/kolibri",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/learningequality/kolibri.git",
8+
"directory": "packages/kolibri"
9+
},
610
"author": "Learning Equality",
711
"license": "MIT",
812
"private": false,

0 commit comments

Comments
 (0)