Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3 from almex/master
Browse files Browse the repository at this point in the history
'babel' renamed 'babel-core'
  • Loading branch information
dsebastien committed Oct 15, 2015
2 parents 6768452 + e59e2f6 commit 18c20f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ npm install -g generator-modern-web-dev

You will also need to install gulp and babel globally:
```bash
npm install --global gulp babel --no-optional
npm install --global gulp babel-core --no-optional
```

Create a new folder, go into it then invoke the generator by running the following command:
Expand Down Expand Up @@ -142,7 +142,7 @@ If you want to build from source, you need to:
* install NodeJS and npm
* clone this git repository
* install gulp: `npm install --global gulp`
* install babel: `npm install --global babel`
* install babel: `npm install --global babel-core`
* run `npm run setup`
* start hacking :)

Expand Down

0 comments on commit 18c20f2

Please sign in to comment.