Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NO-ISSUE] Fix readme to use @asos scope #2

Merged
merged 3 commits into from
Dec 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ An opinionated CLI wrapper around <a href="https://snyk.io/">Snyk</a> for purgin

```bash
# Start fixing vulnerabilities straight away using NPX
npx snyker
npx @asos/snyker

# Add to your global NPM packages
npm i -g snyker
npm i -g @asos/snyker

# Or to your global Yarn packages
yarn global add snyker
yarn global add @asos/snyker
```

## About
Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog

## [4.0.1] - 14-12-2021

- docs: fix readme instructions to use `@asos` scope

## [4.0.0] - 14-12-2021

- feat: upgrade dependencies to latest versions
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asos/snyker",
"version": "4.0.0",
"version": "4.0.1",
"description": "An opinionated, heavy-handed wrapper around Snyk.",
"author": {
"name": "Craig Morten",
Expand Down