Skip to content

Commit 650b401

Browse files
fix: remove reference to Bower (#860)
Remove reference to Bower, as Bower now recommends using Yarn
1 parent f8612dd commit 650b401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h1>What's Yeoman?</h1>
5353
<h2>Tools</h2>
5454

5555
<p>
56-
The Yeoman workflow comprises three types of tools for improving your productivity and satisfaction when building a web app: the scaffolding tool (yo), the build tool (npm scripts, Gulp, Grunt etc) and the package manager (like npm and Bower).
56+
The Yeoman workflow comprises three types of tools for improving your productivity and satisfaction when building a web app: the scaffolding tool (yo), the build tool (npm scripts, Gulp, Grunt etc) and the package manager (like npm and Yarn).
5757
</p>
5858

5959
<ul class="basic-tools clearfix">

0 commit comments

Comments
 (0)