Skip to content

Commit 03db8d2

Browse files
author
Dimitri Kopriwa
committed
fix(keys): validate key rescoped
1 parent aee2932 commit 03db8d2

16 files changed

+109
-23388
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ sonar-project.properties
2828
/internals
2929
**/tests/*.test.js
3030
.ncurc.js
31+
.npmrc

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
5555
## Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting the project team at [email protected]. All
58+
reported by contacting the project team at [email protected]. All
5959
complaints will be reviewed and investigated and will result in a response that
6060
is deemed necessary and appropriate to the circumstances. The project team is
6161
obligated to maintain confidentiality with regard to the reporter of an incident.

docs/branches.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

docs/configuration.md

Whitespace-only changes.

docs/getting-started.md

Whitespace-only changes.

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
```bash
2-
$ npm install $PACKAGE_NAME --save
2+
npm install $PACKAGE_NAME --save
33
```

docs/prerequisite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
If you don't have them, install all the `peerDependencies` in your project:
22

33
```bash
4-
$ $PACKAGE_PEERS
4+
$PACKAGE_PEERS
55
```

0 commit comments

Comments
 (0)