Skip to content

Commit

Permalink
Set the core package to private
Browse files Browse the repository at this point in the history
Prevents it from being published to npm by changeset.
  • Loading branch information
alvarlagerlof committed Oct 8, 2023
1 parent b6dd85c commit a310255
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"main": "index.js",
"author": "Alvar Lagerlöf",
"license": "MIT",
"private": true,
"scripts": {
"build": "vite build && yarn tailwindcss -o dist/style.css --minify",
"dev:build": "concurrently \"vite build --watch\" \"yarn tailwindcss -o dist/style.css --minify --watch\"",
Expand Down

0 comments on commit a310255

Please sign in to comment.