Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
iAdramelk committed Feb 3, 2020
1 parent 9c00cba commit a107990
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
{
"addons": [

],
"addons": [],
"buildpacks": [
{
"url": "heroku/nodejs"
}
],
"env": {
},
"env": {},
"formation": {
"web": {
"quantity": 1
}
},
"name": "dvc.org",
"scripts": {
},
"scripts": {},
"stack": "heroku-18"
}

0 comments on commit a107990

Please sign in to comment.