diff --git a/ci/properties/grunt.properties.json b/ci/properties/grunt.properties.json index aac35f1..c8a5b9f 100644 --- a/ci/properties/grunt.properties.json +++ b/ci/properties/grunt.properties.json @@ -2,5 +2,5 @@ "name": "Grunt", "description": "Build a NodeJS project with npm and grunt.", "iconName": "grunt", - "categories": ["JavaScript", "npm", "Grunt"] + "categories": ["JavaScript", "TypeScript", "npm", "Grunt"] } diff --git a/ci/properties/gulp.properties.json b/ci/properties/gulp.properties.json index 5eeabb7..658325b 100644 --- a/ci/properties/gulp.properties.json +++ b/ci/properties/gulp.properties.json @@ -2,5 +2,5 @@ "name": "Gulp", "description": "Build a NodeJS project with npm and gulp.", "iconName": "gulp", - "categories": ["JavaScript", "npm", "Gulp"] + "categories": ["JavaScript", "TypeScript", "npm", "Gulp"] } diff --git a/ci/properties/webpack.properties.json b/ci/properties/webpack.properties.json index 3f4e4aa..1e22ccb 100644 --- a/ci/properties/webpack.properties.json +++ b/ci/properties/webpack.properties.json @@ -2,5 +2,5 @@ "name": "Webpack", "description": "Build a NodeJS project with npm and webpack.", "iconName": "webpack", - "categories": ["JavaScript", "npm", "Webpack"] + "categories": ["JavaScript", "TypeScript", "npm", "Webpack"] }