Skip to content

Commit

Permalink
added the npm config env to heroku template
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaun Hare committed May 11, 2017
1 parent 7207faf commit e7c862b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
"SLACK_API_TOKEN": {
"description": "Slack API Token",
"value": "xoxo-XXXXXXXX"
},
"NPM_CONFIG_PRODUCTION": {
"description": "Configuration for dependancies - set to false to allow dev",
"value": "false"
}
},
"addons": [
Expand Down

0 comments on commit e7c862b

Please sign in to comment.