Skip to content

Commit

Permalink
fix: remove private and packageConfig from CLI tool package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
primeinteger committed Jun 28, 2024
1 parent 00183ac commit 869f34a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/create-contentful-studio-experiences/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "create-contentful-studio-experiences",
"private": true,
"version": "0.0.2-alpha.9",
"description": "A CLI tool to get up and running with Contentful Studio Experiences quickly",
"homepage": "https://github.com/contentful/experience-builder/tree/next/packages/create-contentful-studio-experiences#readme",
Expand All @@ -19,9 +18,6 @@
"bin/**/*.*",
"templates/**/*.*"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"scripts": {
"dev": "echo noop",
"_prebuild": "npm uninstall -g && rimraf dist",
Expand Down

0 comments on commit 869f34a

Please sign in to comment.