mirror of
https://github.com/danog/sass-site.git
synced 2025-01-22 05:41:42 +01:00
review
This commit is contained in:
parent
0c6f3f3dc3
commit
16d83c58e0
39
app.json
Normal file
39
app.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "sass-site",
|
||||
"stack": "heroku-18",
|
||||
"scripts": {},
|
||||
"env": {
|
||||
"HEROKU": {
|
||||
"required": true
|
||||
},
|
||||
"HEROKU_APP_ID": {
|
||||
"required": true
|
||||
},
|
||||
"HEROKU_APP_NAME": {
|
||||
"required": true
|
||||
},
|
||||
"HEROKU_RELEASE_VERSION": {
|
||||
"required": true
|
||||
},
|
||||
"HEROKU_SLUG_COMMIT": {
|
||||
"required": true
|
||||
},
|
||||
"HEROKU_SLUG_DESCRIPTION": {
|
||||
"required": true
|
||||
}
|
||||
},
|
||||
"formation": {
|
||||
"web": {
|
||||
"quantity": 1
|
||||
}
|
||||
},
|
||||
"addons": [],
|
||||
"buildpacks": [
|
||||
{
|
||||
"url": "heroku/nodejs"
|
||||
},
|
||||
{
|
||||
"url": "heroku/ruby"
|
||||
}
|
||||
]
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sass-site",
|
||||
"version": "1.0.0",
|
||||
"version": "2.0.0",
|
||||
"homepage": "https://sass-lang.com/",
|
||||
"title": "Sass",
|
||||
"description": "Sass: Syntactically Awesome Style Sheets",
|
||||
|
Loading…
x
Reference in New Issue
Block a user