We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c621d58 commit d0051d0Copy full SHA for d0051d0
package.json
@@ -1,12 +1,15 @@
1
{
2
- "name": "@edx/frontend-app-learner-dashboard",
+ "name": "@openedx/frontend-app-learner-dashboard",
3
"version": "1.0.0",
4
"description": "",
5
"repository": {
6
"type": "git",
7
"url": "git+https://github.com/edx/frontend-app-learner-dashboard.git"
8
},
9
"main": "src/index.ts",
10
+ "files": [
11
+ "/src"
12
+ ],
13
"browserslist": [
14
"extends @edx/browserslist-config"
15
],
@@ -22,7 +25,7 @@
22
25
"snapshot": "openedx test --updateSnapshot",
23
26
"test": "openedx test --coverage --passWithNoTests"
24
27
- "author": "edX",
28
+ "author": "Open edX",
29
"license": "AGPL-3.0",
30
"homepage": "https://github.com/openedx/frontend-app-learner-dashboard#readme",
31
"publishConfig": {
0 commit comments