diff --git a/.gitignore b/.gitignore index a547bf3..9491e50 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ yarn-error.log* pnpm-debug.log* lerna-debug.log* +package-lock.json* node_modules dist dist-ssr diff --git a/package.json b/package.json index f73df59..2513c69 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "chemical-library-docs", - "private": true, - "version": "0.0.0", + "private": false, + "version": "0.0.1", "type": "module", "scripts": { "dev": "vite",