Skip to content

Commit 55a735f

Browse files
committed
feat(server:seed): modify seed things text
1 parent 12fe222 commit 55a735f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/app/server/config/seed(models).js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ var User = sqldb.User;<% } %><% } %>
1919
<% if (filters.mongooseModels) { %>Thing.create({<% }
2020
if (filters.sequelizeModels) { %>Thing.bulkCreate([{<% } %>
2121
name: 'Development Tools',
22-
info: 'Integration with popular tools such as Bower, Grunt, Babel, Karma, ' +
23-
'Mocha, JSHint, Node Inspector, Livereload, Protractor, Jade, ' +
22+
info: 'Integration with popular tools such as Webpack, Gulp, Babel, TypeScript, Karma, ' +
23+
'Mocha, ESLint, Node Inspector, Livereload, Protractor, Pug, ' +
2424
'Stylus, Sass, and Less.'
2525
}, {
2626
name: 'Server and Client integration',

0 commit comments

Comments
 (0)