Skip to content

Commit 0cf0c36

Browse files
thiagoarraisbevacqua
authored andcommitted
fix babel-preset-env version ref (#43)
1 parent 9989387 commit 0cf0c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch01.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ To install Babel, enter the following couple of commands into your favorite term
147147
[source,shell]
148148
----
149149
npm install babel-cli​@6 --save-dev
150-
npm install babel-preset-env@6 --save-dev
150+
npm install babel-preset-env@1 --save-dev
151151
----
152152

153153
[NOTE]

0 commit comments

Comments
 (0)