We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12fe222 commit 55a735fCopy full SHA for 55a735f
1 file changed
templates/app/server/config/seed(models).js
@@ -19,8 +19,8 @@ var User = sqldb.User;<% } %><% } %>
19
<% if (filters.mongooseModels) { %>Thing.create({<% }
20
if (filters.sequelizeModels) { %>Thing.bulkCreate([{<% } %>
21
name: 'Development Tools',
22
- info: 'Integration with popular tools such as Bower, Grunt, Babel, Karma, ' +
23
- 'Mocha, JSHint, Node Inspector, Livereload, Protractor, Jade, ' +
+ info: 'Integration with popular tools such as Webpack, Gulp, Babel, TypeScript, Karma, ' +
+ 'Mocha, ESLint, Node Inspector, Livereload, Protractor, Pug, ' +
24
'Stylus, Sass, and Less.'
25
}, {
26
name: 'Server and Client integration',
0 commit comments