Skip to content

Commit c088f3e

Browse files
rishabh3112evenstensberg
authored andcommitted
feat(log): remove unwanted commits
1 parent 2c43a41 commit c088f3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

INIT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
A. **Local setup**
77

88
Follow given steps to locally setup `webpack-cli init` by installing dependencies:
9-
1. Create `package.json` through npm.
9+
1. Create `package.json` through npm
1010

1111
```shell
1212
$ npm init
1313
```
1414

15-
2. Install `webpack` and `webpack-cli` as devDependencies.
15+
2. Install `webpack` and `webpack-cli` as devDependencies
1616

1717
```shell
1818
$ npm install --save-dev webpack webpack-cli
@@ -27,7 +27,7 @@ Follow given steps to locally setup `webpack-cli init` by installing dependencie
2727
B. **Global Setup**
2828

2929
Follow following steps to setup `webpack-cli init` globally:
30-
1. Install `webpack` and `webpack-cli` globally.
30+
1. Install `webpack` and `webpack-cli` globally
3131
```shell
3232
$ npm install -g webpack webpack-cli
3333
```

0 commit comments

Comments
 (0)