diff --git a/ci/grunt.yml b/ci/grunt.yml index 767e8fa..8c83cb6 100644 --- a/ci/grunt.yml +++ b/ci/grunt.yml @@ -1,4 +1,4 @@ -name: Grunt +name: NodeJS with Grunt on: push: diff --git a/ci/gulp.yml b/ci/gulp.yml index 962d15f..cc5da13 100644 --- a/ci/gulp.yml +++ b/ci/gulp.yml @@ -1,4 +1,4 @@ -name: Gulp +name: NodeJS with Gulp on: push: diff --git a/ci/properties/grunt.properties.json b/ci/properties/grunt.properties.json index bbda07f..aac35f1 100644 --- a/ci/properties/grunt.properties.json +++ b/ci/properties/grunt.properties.json @@ -1,6 +1,6 @@ { "name": "Grunt", - "description": "Build a Grunt project with npm.", + "description": "Build a NodeJS project with npm and grunt.", "iconName": "grunt", "categories": ["JavaScript", "npm", "Grunt"] } diff --git a/ci/properties/gulp.properties.json b/ci/properties/gulp.properties.json index 58304fe..5eeabb7 100644 --- a/ci/properties/gulp.properties.json +++ b/ci/properties/gulp.properties.json @@ -1,6 +1,6 @@ { "name": "Gulp", - "description": "Build a Gulp project with npm.", + "description": "Build a NodeJS project with npm and gulp.", "iconName": "gulp", "categories": ["JavaScript", "npm", "Gulp"] } diff --git a/ci/properties/webpack.properties.json b/ci/properties/webpack.properties.json index 240393b..3f4e4aa 100644 --- a/ci/properties/webpack.properties.json +++ b/ci/properties/webpack.properties.json @@ -1,6 +1,6 @@ { "name": "Webpack", - "description": "Build a Webpack project with npm.", + "description": "Build a NodeJS project with npm and webpack.", "iconName": "webpack", "categories": ["JavaScript", "npm", "Webpack"] } diff --git a/ci/webpack.yml b/ci/webpack.yml index 5839a82..8edb34f 100644 --- a/ci/webpack.yml +++ b/ci/webpack.yml @@ -1,4 +1,4 @@ -name: Webpack +name: NodeJS with Webpack on: push: