We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f5af2 commit a106fa3Copy full SHA for a106fa3
package.json
@@ -26,15 +26,24 @@
26
"xmlbuilder": "^13.0.2"
27
},
28
"keywords": [
29
- "Pipeline",
30
- "Salesforce",
31
- "Force.com",
32
- "Metadata",
33
- "Deploy",
34
- "Changeset"
+ "pipeline",
+ "salesforce",
+ "force.com",
+ "metadata",
+ "deploy",
+ "changeset",
35
+ "Github",
36
+ "GitLab",
37
+ "Bitbucket",
38
+ "Backlog"
39
],
- "author": "Xiaoan Lin<admin@xgeek.net>",
- "license": "MIT",
40
+ "author": {
41
+ "name": "Xiaoan Lin",
42
+ "email": "admin@xgeek.net",
43
+ "url": "https://www.xgeek.net"
44
+ },
45
+ "license": "GPLv3",
46
+ "bugs": "https://github.com/xgeek-net/pipeline/issues",
47
"scripts": {
48
"start": "electron ./src",
49
"test": "mocha --recursive",
0 commit comments