Skip to content

Commit

Permalink
feat: rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepolischuk committed Sep 21, 2023
1 parent 3126b0a commit 0814fd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ A linter for NPM package licenses to avoid dependencies that not compatible with
## Install

```sh
npm install -D @rambler-digital-solutions/licenselint
npm install -D @rambler-tech/licenselint
```

or

```sh
yarn add -D @rambler-digital-solutions/licenselint
yarn add -D @rambler-tech/licenselint
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@rambler-digital-solutions/licenselint",
"name": "@rambler-tech/licenselint",
"version": "0.0.0",
"description": "A linter for NPM package licenses to avoid dependencies that not compatible with license of your software",
"bin": {
Expand Down

0 comments on commit 0814fd8

Please sign in to comment.