benhovinga / caf-ranks

Complete list of the Canadian Armed Forces rank structure in JSON format (bilingual)
https://www.npmjs.com/package/caf-ranks
Other
0 stars 0 forks source link

Force public access #4

Closed benhovinga closed 5 days ago

benhovinga commented 1 week ago

Publishing the package to npm requires the --access=public argument. Add the following object to package.json to remove this requirement.

  "publishConfig": {
    "access": "public"
  }