Skip to content

Commit

Permalink
reverts tabs in favor of dropping support for npm/npx
Browse files Browse the repository at this point in the history
Signed-off-by: m4sterbunny <[email protected]>
  • Loading branch information
m4sterbunny committed Jul 23, 2024
1 parent 9c1bdd6 commit 3293fc1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 59 deletions.
30 changes: 0 additions & 30 deletions snaps/learn/tutorials/gas-estimation.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ Create a new Snap project using the
[`@metamask/create-snap`](https://github.com/MetaMask/snaps/tree/main/packages/create-snap)
starter kit by running:

<Tabs>
<TabItem value="Yarn" label="Yarn" default>

```bash
yarn create @metamask/snap gas-estimation-snap
```
Expand All @@ -39,33 +36,6 @@ Next, `cd` into the `gas-estimation-snap` project directory and run:
```bash
yarn install
```
</TabItem>
<TabItem value="npx" label="npx" >

```bash
npx @metamask/create-snap gas-estimation-snap
```
Next, `cd` into the `gas-estimation-snap` project directory and run:

```bash
npm install
```

</TabItem>
<TabItem value="npm" label="npm" >

```bash
npm create @metamask/snap gas-estimation-snap
```

Next, `cd` into the `gas-estimation-snap` project directory and run:

```bash
npm install
```
</TabItem>
</Tabs>


This initializes your development environment with the required dependencies.

Expand Down
29 changes: 0 additions & 29 deletions snaps/learn/tutorials/transaction-insights.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ Create a new Snap project using the
[`@metamask/create-snap`](https://github.com/MetaMask/snaps/tree/main/packages/create-snap)
starter kit by running:

<Tabs>
<TabItem value="Yarn" label="Yarn" default>

```bash
yarn create @metamask/snap transaction-insights-snap
Expand All @@ -43,33 +41,6 @@ Next, `cd` into the `transaction-insights-snap` project directory and run:
```bash
yarn install
```
</TabItem>
<TabItem value="npx" label="npx" >

```bash
npx @metamask/create-snap transaction-insights-snap
```

Next, `cd` into the `transaction-insights-snap` project directory and run:

```bash
npm install
```

</TabItem>
<TabItem value="npm" label="npm" >

```bash
npm create @metamask/snap transaction-insights-snap
```
Next, `cd` into the `transaction-insights-snap` project directory and run:

```bash
npm install
```
</TabItem>
</Tabs>


This initializes your development environment with the required dependencies.

Expand Down

0 comments on commit 3293fc1

Please sign in to comment.