fix(package): Make sure the package is public for npm for publishing

This commit is contained in:
Simon Chen
2018-11-06 13:17:50 -05:00
parent 4c1a964f97
commit 165529698c

View File

@@ -20,6 +20,9 @@
"author": "edX",
"license": "AGPL-3.0",
"homepage": "https://github.com/edx/gradebook#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@edx/edx-bootstrap": "^0.4.3",
"@edx/frontend-auth": "^1.0.3",