Skip to content

Commit

Permalink
peer dependencies installation
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 16, 2020
1 parent 30fe72f commit c49f1e6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ This includes the babel configuration used for JavaScript packages in atom-ide-c
npm install --save-dev babel-preset-atomic
```

You should also install the peer dependencies:
```
npm install -save-dev "@babel/core"
npm install -save-dev "@babel/cli"
```

## Usage
Create a `babel.config.js` file at the root of the project with the following content:
```js
Expand Down

0 comments on commit c49f1e6

Please sign in to comment.