Skip to content

Commit

Permalink
feat(log): remove unwanted commits
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabh3112 authored and evenstensberg committed Feb 5, 2019
1 parent 2c43a41 commit c088f3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions INIT.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
A. **Local setup**

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

```shell
$ npm init
```

2. Install `webpack` and `webpack-cli` as devDependencies.
2. Install `webpack` and `webpack-cli` as devDependencies

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

Follow following steps to setup `webpack-cli init` globally:
1. Install `webpack` and `webpack-cli` globally.
1. Install `webpack` and `webpack-cli` globally
```shell
$ npm install -g webpack webpack-cli
```
Expand Down

0 comments on commit c088f3e

Please sign in to comment.