Skip to content

Commit 20dcd46

Browse files
committed
0.3.0
1 parent 827d5ca commit 20dcd46

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Slippy is a linter for Solidity that's simple, powerful, and thoughtfully built.
99
Install it:
1010

1111
```bash
12-
npm install --save-dev @slippy-lint/slippy
12+
npm install --save-dev slippy
1313
```
1414

1515
Initialize a config file:

docs/src/content/docs/guides/getting-started.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Install it:
1414

1515
<Tabs syncKey="package-manager">
1616
<TabItem label="npm">
17-
<Code code="npm install --save-dev @slippy-lint/slippy" lang="bash" />
17+
<Code code="npm install --save-dev slippy" lang="bash" />
1818
</TabItem>
1919
<TabItem label="pnpm">
20-
<Code code="pnpm add --save-dev @slippy-lint/slippy" lang="bash" />
20+
<Code code="pnpm add --save-dev slippy" lang="bash" />
2121
</TabItem>
2222
</Tabs>
2323

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@slippy-lint/slippy",
3-
"version": "0.2.1",
2+
"name": "slippy",
3+
"version": "0.3.0",
44
"description": "A simple but powerful linter for Solidity",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)