Skip to content

Commit

Permalink
Merge pull request #9 from polarityio/develop
Browse files Browse the repository at this point in the history
Remove non-existent summary block references from `config.json`
  • Loading branch information
sarus authored May 24, 2023
2 parents 80ac9b2 + aa62f21 commit b978064
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 12 deletions.
13 changes: 3 additions & 10 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"IPv4",
"url",
"domain",
"hash"
"hash",
"cve"
],
"defaultColor": "light-pink",
"styles": [
Expand All @@ -21,14 +22,6 @@
"file": "./templates/x-force-exchange-block.hbs"
}
},
"summary": {
"component": {
"file": "./components/x-force-exchange-summary.js"
},
"template": {
"file": "./templates/x-force-exchange-summary.hbs"
}
},
"request": {
"cert": "",
"key": "",
Expand Down Expand Up @@ -132,4 +125,4 @@
"adminOnly": false
}
]
}
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "x-force-exchange",
"version": "3.2.3",
"version": "3.2.4",
"main": "./integration.js",
"private": true,
"license": "MIT",
Expand Down

0 comments on commit b978064

Please sign in to comment.