Skip to content

Commit 6678015

Browse files
authored
Update package.json
1 parent 6f36527 commit 6678015

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

package.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
11
{
2-
"name": "simplify-sample",
2+
"name": "simplify-pipeline",
33
"version": "0.1.0",
4-
"description": "Simplify - Easy Sample",
5-
"main": "sample.js",
4+
"description": "Simplify CLI - Easy Pipeline",
5+
"main": "pipeline.js",
66
"bin": {
7-
"simplify-sample": "sample.js"
7+
"simplify-pipeline": "pipeline.js"
88
},
99
"scripts": {},
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/simplify-framework/sample.git"
12+
"url": "git+https://github.com/simplify-framework/pipeline.git"
1313
},
1414
"keywords": [
15-
"simplify-framework"
15+
"simplify-framework",
16+
"pipeline",
17+
"gitlab",
18+
"github"
1619
],
1720
"author": "Duong Dinh Cuong",
1821
"license": "MIT",
1922
"bugs": {
20-
"url": "https://github.com/simplify-framework/sample/issues"
23+
"url": "https://github.com/simplify-framework/pipeline/issues"
2124
},
22-
"homepage": "https://github.com/simplify-framework/sample#readme",
25+
"homepage": "https://github.com/simplify-framework/pipeline#readme",
2326
"dependencies": {
2427
"dotenv": "^8.2.0",
2528
"readline-sync": "^1.4.10",

0 commit comments

Comments
 (0)