Skip to content

Commit

Permalink
Merge pull request #5224 from matteo-hertel/mhdev-html-update
Browse files Browse the repository at this point in the history
docs: update html example
  • Loading branch information
Hypnosphi authored and shilman committed Jan 17, 2019
1 parent d01ec41 commit 0c5f7b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/src/pages/basics/guide-html/index.md
Expand Up @@ -40,8 +40,7 @@ npm init
Make sure that you have `babel-runtime`, `babel-core`, and `babel-loader` in your dependencies as well because we list these as a peerDependency:

```sh
npm i --save-dev babel-runtime
npm i --save-dev babel-core
npm i --save-dev @babel-core
npm i --save-dev babel-loader
```

Expand Down

0 comments on commit 0c5f7b8

Please sign in to comment.