Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4 from openedx/make-package-public
Browse files Browse the repository at this point in the history
chore: make npm package public
  • Loading branch information
hajorg authored Nov 29, 2023
2 parents e745184 + b66f81f commit cdf2249
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "0.1.0",
"description": "Frontend component for ai translations",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "make build",
"i18n_extract": "BABEL_ENV=i18n fedx-scripts babel src --quiet > /dev/null",
Expand Down

0 comments on commit cdf2249

Please sign in to comment.