Skip to content

Commit d0051d0

Browse files
committed
chore: prepare for publication
Update package.json for publication as a "buildless" library.
1 parent c621d58 commit d0051d0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
2-
"name": "@edx/frontend-app-learner-dashboard",
2+
"name": "@openedx/frontend-app-learner-dashboard",
33
"version": "1.0.0",
44
"description": "",
55
"repository": {
66
"type": "git",
77
"url": "git+https://github.com/edx/frontend-app-learner-dashboard.git"
88
},
99
"main": "src/index.ts",
10+
"files": [
11+
"/src"
12+
],
1013
"browserslist": [
1114
"extends @edx/browserslist-config"
1215
],
@@ -22,7 +25,7 @@
2225
"snapshot": "openedx test --updateSnapshot",
2326
"test": "openedx test --coverage --passWithNoTests"
2427
},
25-
"author": "edX",
28+
"author": "Open edX",
2629
"license": "AGPL-3.0",
2730
"homepage": "https://github.com/openedx/frontend-app-learner-dashboard#readme",
2831
"publishConfig": {

0 commit comments

Comments
 (0)