add dummy YAML template
Showing
... | ... | @@ -37,5 +37,8 @@ |
"normalize.css": "^7.0.0" | ||
}, | ||
"author": "FSCI - Free Software Community of India <fosscommunity.in@disroot.org>", | ||
"license": "GPL-3.0" | ||
"license": "GPL-3.0", | ||
"scripts": { | ||
"install": "gulp public" | ||
} | ||
} |
Please register or sign in to comment