updated descriptions and workflow names
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
name: Grunt
|
name: NodeJS with Grunt
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
name: Gulp
|
name: NodeJS with Gulp
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Grunt",
|
"name": "Grunt",
|
||||||
"description": "Build a Grunt project with npm.",
|
"description": "Build a NodeJS project with npm and grunt.",
|
||||||
"iconName": "grunt",
|
"iconName": "grunt",
|
||||||
"categories": ["JavaScript", "npm", "Grunt"]
|
"categories": ["JavaScript", "npm", "Grunt"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Gulp",
|
"name": "Gulp",
|
||||||
"description": "Build a Gulp project with npm.",
|
"description": "Build a NodeJS project with npm and gulp.",
|
||||||
"iconName": "gulp",
|
"iconName": "gulp",
|
||||||
"categories": ["JavaScript", "npm", "Gulp"]
|
"categories": ["JavaScript", "npm", "Gulp"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Webpack",
|
"name": "Webpack",
|
||||||
"description": "Build a Webpack project with npm.",
|
"description": "Build a NodeJS project with npm and webpack.",
|
||||||
"iconName": "webpack",
|
"iconName": "webpack",
|
||||||
"categories": ["JavaScript", "npm", "Webpack"]
|
"categories": ["JavaScript", "npm", "Webpack"]
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
name: Webpack
|
name: NodeJS with Webpack
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
Reference in New Issue
Block a user