diff --git a/ci/properties/grunt.properties.json b/ci/properties/grunt.properties.json index b721ee4..bbda07f 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.", - "iconName": "nodejs", + "iconName": "grunt", "categories": ["JavaScript", "npm", "Grunt"] } diff --git a/ci/properties/gulp.properties.json b/ci/properties/gulp.properties.json index 9e5b02e..58304fe 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.", - "iconName": "nodejs", + "iconName": "gulp", "categories": ["JavaScript", "npm", "Gulp"] } diff --git a/ci/properties/webpack.properties.json b/ci/properties/webpack.properties.json index 4efd0b2..240393b 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.", - "iconName": "nodejs", + "iconName": "webpack", "categories": ["JavaScript", "npm", "Webpack"] } diff --git a/ci/webpack.yml b/ci/webpack.yml index eb85baf..5839a82 100644 --- a/ci/webpack.yml +++ b/ci/webpack.yml @@ -24,6 +24,5 @@ jobs: - name: Build run: | - npm install -g webpack webpack-cli --save-dev npm install npx webpack