Skip to content

Commit 0086ae9

Browse files
committed
docs: update publish instructions
1 parent 30a9dc6 commit 0086ae9

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -318,10 +318,4 @@ google.maps.places.PlacesService
318318

319319
## Publish (only for maintainers)
320320

321-
To publish new versions to the Github package registry, follow [this guide here](https://help.github.com/en/packages/using-github-packages-with-your-projects-ecosystem/configuring-npm-for-use-with-github-packages).
322-
323-
Basically, do this:
324-
325-
* create a personal token for Github
326-
* create `~/.npmrc` with this content: `//npm.pkg.github.com/:_authToken=TOKEN`
327-
* login with this command: `npm login --registry=https://npm.pkg.github.com`
321+
`npm publish --access public`

0 commit comments

Comments
 (0)