feat: mark package.json files as private and update pnpm version

This commit is contained in:
codecalm
2025-04-19 11:29:01 +02:00
parent f25da87043
commit 1546e9ccc4
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "@tabler/docs",
"version": "1.2.0",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"build": "pnpm run clean && pnpm run js && pnpm run css && pnpm run html ",
"html": "eleventy",