Skip to content

Commit

Permalink
chore: update contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Oct 19, 2021
1 parent 1989736 commit 82da040
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testground/sdk",
"version": "0.0.0",
"version": "0.1.0",
"description": "Testground SDK for JavaScript",
"platform": "node",
"keywords": [
Expand Down Expand Up @@ -51,15 +51,20 @@
"engines": {
"node": ">=14.0.0"
},
"aegir" : {
"aegir": {
"test": {
"target": ["node"]
"target": [
"node"
]
},
"build": {
"bundle": false
},
"release": {
"docs": false
}
}
},
"contributors": [
"Henrique Dias <[email protected]>"
]
}

0 comments on commit 82da040

Please sign in to comment.