Skip to content

Commit

Permalink
[.] Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aofdev committed May 4, 2021
1 parent 168a291 commit e5a9187
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "cointy",
"displayName": "Cointy",
"description": "A check cryptocurrency prices as you code",
"version": "0.0.1",
"description": "A check for cryptocurrency prices as you code",
"version": "1.0.0",
"publisher": "aofdev",
"icon": "resources/cryptocurrency-color-logo.png",
"engines": {
Expand Down Expand Up @@ -116,5 +116,20 @@
"dependencies": {
"currency.js": "^2.0.3",
"gaxios": "^4.2.1"
}
},
"release": {
"branches": "main",
"verifyConditions": [
"@semantic-release/github"
],
"publish": [
"@semantic-release/github"
],
"success": [
"@semantic-release/github"
],
"fail": [
"@semantic-release/github"
]
}
}

0 comments on commit e5a9187

Please sign in to comment.