1
1
mirror of https://github.com/primer/css.git synced 2024-11-27 09:45:45 +03:00

add now.json

This commit is contained in:
Shawn Allen 2018-11-28 17:09:20 -08:00
parent 2ccbf4be74
commit 67938b594f

16
docs/now.json Normal file
View File

@ -0,0 +1,16 @@
{
"alias": "primer-css",
"scale": {
"sfo": {
"min": 1,
"max": 3
}
},
"files": [
"next.config.js",
"package-lock.json",
"pages",
"src",
"static"
]
}