Skip to content

Commit

Permalink
[NO-ISSUE] Fix readme to use @asos scope (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
asos-craigmorten authored Dec 14, 2021
1 parent e575041 commit f8e9e2f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
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

0 comments on commit f8e9e2f

Please sign in to comment.