Compare commits

..

2 Commits

Author SHA1 Message Date
Simon Chen
1523c8a3c3 Merge pull request #3 from edx/schen/fix_publish
fix(package): Make sure the package is public for npm for publishing
2018-11-06 13:27:47 -05:00
Simon Chen
165529698c fix(package): Make sure the package is public for npm for publishing 2018-11-06 13:17:50 -05:00

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",