updated descriptions and workflow names

This commit is contained in:
Ninad Kavimandan
2021-07-20 10:43:58 +05:30
parent 89f121147f
commit e12559a4f8
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
name: Grunt
name: NodeJS with Grunt
on:
push:
+1 -1
View File
@@ -1,4 +1,4 @@
name: Gulp
name: NodeJS with Gulp
on:
push:
+1 -1
View File
@@ -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"]
}
+1 -1
View File
@@ -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"]
}
+1 -1
View File
@@ -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"]
}
+1 -1
View File
@@ -1,4 +1,4 @@
name: Webpack
name: NodeJS with Webpack
on:
push: