mirror of
https://github.com/tabler/tabler.git
synced 2026-08-08 12:22:23 +04:00
Add initial package.json for docs with build script (#2221)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "docs",
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"build": "mkdir -p dist && echo '' > dist/index.html"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user