File tree Expand file tree Collapse file tree 10 files changed +50
-4
lines changed
browserslist-config-kolibri Expand file tree Collapse file tree 10 files changed +50
-4
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 0.16.1-dev.1" ,
4
4
"description" : " Browsers list configuration for Kolibri" ,
5
5
"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
+ },
7
11
"author" : " Learning Equality" ,
8
12
"license" : " MIT" ,
9
13
"private" : false
Original file line number Diff line number Diff line change 4
4
"description" : " Custom linting rules for kolibri" ,
5
5
"author" : " Learning Equality" ,
6
6
"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
+ },
7
12
"dependencies" : {
8
13
"requireindex" : " ^1.1.0"
9
14
},
Original file line number Diff line number Diff line change 4
4
"description" : " The Kolibri app" ,
5
5
"main" : " src/index.js" ,
6
6
"author" : " Learning Equality" ,
7
+ "repository" : {
8
+ "type" : " git" ,
9
+ "url" : " git+https://github.com/learningequality/kolibri.git" ,
10
+ "directory" : " packages/kolibri-app"
11
+ },
7
12
"license" : " MIT" ,
8
13
"dependencies" : {
9
14
"vuex-router-sync" : " ^5.0.0"
Original file line number Diff line number Diff line change 2
2
"name" : " kolibri-format" ,
3
3
"version" : " 1.0.0" ,
4
4
"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
+ },
6
10
"author" : " Learning Equality" ,
7
11
"license" : " MIT" ,
8
12
"private" : false ,
Original file line number Diff line number Diff line change 4
4
"description" : " The Kolibri logging module" ,
5
5
"main" : " src/index.js" ,
6
6
"author" : " Learning Equality" ,
7
+ "repository" : {
8
+ "type" : " git" ,
9
+ "url" : " git+https://github.com/learningequality/kolibri.git" ,
10
+ "directory" : " packages/kolibri-logging"
11
+ },
7
12
"license" : " MIT" ,
8
13
"dependencies" : {
9
14
"chalk" : " ^4.1.2" ,
Original file line number Diff line number Diff line change 4
4
"description" : " The Kolibri module" ,
5
5
"main" : " src/index.js" ,
6
6
"author" : " Learning Equality" ,
7
+ "repository" : {
8
+ "type" : " git" ,
9
+ "url" : " git+https://github.com/learningequality/kolibri.git" ,
10
+ "directory" : " packages/kolibri-module"
11
+ },
7
12
"license" : " MIT"
8
13
}
Original file line number Diff line number Diff line change 4
4
"description" : " The Kolibri plugin data module" ,
5
5
"main" : " src/index.js" ,
6
6
"author" : " Learning Equality" ,
7
+ "repository" : {
8
+ "type" : " git" ,
9
+ "url" : " git+https://github.com/learningequality/kolibri.git" ,
10
+ "directory" : " packages/kolibri-plugin-data"
11
+ },
7
12
"license" : " MIT"
8
13
}
Original file line number Diff line number Diff line change 3
3
"version" : " 0.16.1-dev.1" ,
4
4
"description" : " Tools for building Kolibri frontend plugins" ,
5
5
"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
+ },
7
11
"author" : " Learning Equality" ,
8
12
"license" : " MIT" ,
9
13
"private" : false ,
Original file line number Diff line number Diff line change 4
4
"description" : " The Kolibri viewer" ,
5
5
"main" : " src/index.js" ,
6
6
"author" : " Learning Equality" ,
7
+ "repository" : {
8
+ "type" : " git" ,
9
+ "url" : " git+https://github.com/learningequality/kolibri.git" ,
10
+ "directory" : " packages/kolibri-viewer"
11
+ },
7
12
"license" : " MIT"
8
13
}
Original file line number Diff line number Diff line change 2
2
"name" : " kolibri" ,
3
3
"version" : " 0.18.0" ,
4
4
"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
+ },
6
10
"author" : " Learning Equality" ,
7
11
"license" : " MIT" ,
8
12
"private" : false ,
You can’t perform that action at this time.
0 commit comments