1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 09:24:24 +04:00
Files
tabler/docs/package.json

8 lines
139 B
JSON

{
"private": true,
"name": "docs",
"version": "1.0.0",
"scripts": {
"build": "mkdir -p dist && echo '' > dist/index.html"
}
}