chore: prepare for publication
Update package.json for publication as a "buildless" library. (Also upgrade openedx-atlas.)
This commit is contained in:
committed by
Adolfo R. Brandes
parent
aea12a6a37
commit
6acbf64a71
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "@edx/frontend-app-authn",
|
||||
"name": "@openedx/frontend-app-authn",
|
||||
"version": "1.0.0",
|
||||
"description": "Frontend authentication",
|
||||
"repository": {
|
||||
@@ -7,6 +7,9 @@
|
||||
"url": "git+https://github.com/openedx/frontend-app-authn.git"
|
||||
},
|
||||
"main": "src/index.ts",
|
||||
"files": [
|
||||
"/src"
|
||||
],
|
||||
"browserslist": [
|
||||
"extends @edx/browserslist-config"
|
||||
],
|
||||
@@ -22,7 +25,7 @@
|
||||
"snapshot": "openedx test --updateSnapshot",
|
||||
"test": "openedx test --coverage --passWithNoTests"
|
||||
},
|
||||
"author": "edX",
|
||||
"author": "Open edX",
|
||||
"license": "AGPL-3.0",
|
||||
"homepage": "https://github.com/openedx/frontend-app-authn#readme",
|
||||
"publishConfig": {
|
||||
@@ -33,7 +36,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@edx/brand": "npm:@openedx/brand-openedx@^1.2.3",
|
||||
"@edx/openedx-atlas": "^0.6.0",
|
||||
"@edx/openedx-atlas": "^0.7.0",
|
||||
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
||||
"@fortawesome/free-brands-svg-icons": "^6.7.2",
|
||||
"@fortawesome/free-solid-svg-icons": "^6.7.2",
|
||||
|
||||
Reference in New Issue
Block a user