Skip to content

Commit 77b7812

Browse files
v1.0.3
1 parent 29dc682 commit 77b7812

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

.github/workflows/npm-publish.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242
- run: npm publish
4343
env:
4444
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
45-
# - name: Set package registry
46-
# run: npm config set registry https://npm.pkg.github.com
47-
# - name: Github package registry authentication
48-
# run: npm set //npm.pkg.github.com/:_authToken ${{ secrets.GITHUB_TOKEN }}
49-
# - name: Npm registry authentication
50-
# run: npm set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
51-
# - name: Publish the package to Github and Npm package registries
52-
# run: npm publish --access=public
45+
- name: Set package registry
46+
run: npm config set registry https://npm.pkg.github.com
47+
- name: Github package registry authentication
48+
run: npm set //npm.pkg.github.com/:_authToken ${{ secrets.GITHUB_TOKEN }}
49+
- name: Npm registry authentication
50+
run: npm set //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
51+
- name: Publish the package to Github and Npm package registries
52+
run: npm publish --access=public

README.md

+24-24
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Password Generator Library
22

3-
![Banner representing the Password Generator Library](./images/password-generator-logo.svg)
3+
![Banner representing the Password Generator Library](https://raw.githubusercontent.com/sebastienrousseau/password-generator/master/images/password-generator-logo.svg)
44

55
A fast, simple and powerful utility library for generating unique passwords to streamline your digital and mobile web development needs.
66

7-
[![Getting Started](./images/button-primary.svg)](#installation)
8-
[![Download the Password Generator Library v1.0.2](./images/button-secondary.svg)](https://github.com/sebastienrousseau/password-generator/archive/refs/tags/1.0.2.zip)
7+
[![Getting Started](https://raw.githubusercontent.com/sebastienrousseau/password-generator/master/images/button-primary.svg)](#installation)
8+
[![Download the Password Generator Library v1.0.3](https://raw.githubusercontent.com/sebastienrousseau/password-generator/master/images/button-secondary.svg)](https://github.com/sebastienrousseau/password-generator/archive/refs/tags/1.0.3.zip)
99

1010
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/0acb169c95e443729551979e0fd86eaf)](https://www.codacy.com?utm_source=github.com&utm_medium=referral&utm_content=sebastienrousseau/password-generator&utm_campaign=Badge_Grade)
1111
[![npm](https://img.shields.io/npm/v/@sebastienrousseau/password-generator.svg?style=flat&color=success)](https://www.npmjs.com/package/@sebastienrousseau/password-generator)
@@ -16,27 +16,27 @@ A fast, simple and powerful utility library for generating unique passwords to s
1616

1717
## Table of Contents
1818

19-
- [Password Generator Library](#password-generator-library)
20-
- [Table of Contents](#table-of-contents)
21-
- [Installation](#installation)
22-
- [From NPM or YARN](#from-npm-or-yarn)
23-
- [From GitHub](#from-github)
24-
- [What's included](#whats-included)
25-
- [Usage](#usage)
26-
- [From the CLI](#from-the-cli)
27-
- [From Node.js](#from-nodejs)
28-
- [From the Browser](#from-the-browser)
29-
- [Password options](#password-options)
30-
- [Generating a random base64 password](#generating-a-random-base64-password)
31-
- [Generating a strong password](#generating-a-strong-password)
32-
- [Generating a memorable password](#generating-a-memorable-password)
33-
- [Versioning](#versioning)
34-
- [Contributing](#contributing)
35-
- [Code of Conduct](#code-of-conduct)
36-
- [Our Values](#our-values)
37-
- [Releases](#releases)
38-
- [License](#license)
39-
- [Acknowledgements](#acknowledgements)
19+
- [Password Generator Library](#password-generator-library)
20+
- [Table of Contents](#table-of-contents)
21+
- [Installation](#installation)
22+
- [From NPM or YARN](#from-npm-or-yarn)
23+
- [From GitHub](#from-github)
24+
- [What's included](#whats-included)
25+
- [Usage](#usage)
26+
- [From the CLI](#from-the-cli)
27+
- [From Node.js](#from-nodejs)
28+
- [From the Browser](#from-the-browser)
29+
- [Password options](#password-options)
30+
- [Generating a random base64 password](#generating-a-random-base64-password)
31+
- [Generating a strong password](#generating-a-strong-password)
32+
- [Generating a memorable password](#generating-a-memorable-password)
33+
- [Versioning](#versioning)
34+
- [Contributing](#contributing)
35+
- [Code of Conduct](#code-of-conduct)
36+
- [Our Values](#our-values)
37+
- [Releases](#releases)
38+
- [License](#license)
39+
- [Acknowledgements](#acknowledgements)
4040

4141
## Installation
4242

0 commit comments

Comments
 (0)