commento/.drone/package.json

10 lines
194 B
JSON
Raw Normal View History

2020-08-19 22:25:57 +00:00
{
"private": true,
"scripts": {
"build": "drone jsonnet --source drone-home.jsonnet --target drone-home.yml --stream"
},
"dependencies": {
2020-08-28 13:07:09 +00:00
"@sigyl/jsonnet-drone": "^0.1.0"
2020-08-19 22:25:57 +00:00
}
}