Skip to content

Commit

Permalink
update package prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximBelov committed Oct 1, 2024
1 parent e4f6ace commit 6dcaf82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"docs": "node packages/cli-scripts/bin/ionic-cli-scripts docs",
"docs:watch": "chokidar 'packages/cli-scripts/dist/docs/**/*.js' -c 'npm run docs'",
"publish:testing": "lerna publish prerelease --preid=testing --exact --no-git-tag-version --no-push --dist-tag=testing",
"publish:ci": "lerna version -m 'chore(release): publish [skip ci]' --exact --conventional-commits --yes && lerna exec --no-private --since HEAD~ -- npm publish --provenance"
"publish:ci": "lerna version -m 'chore(release): publish [skip ci]' --exact --conventional-commits --yes && lerna exec --no-private --since HEAD~ -- npm publish"
},
"devDependencies": {
"@types/inquirer": "0.0.43",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ionic/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@herdwatch-apps/ionic-cli",
"name": "@herdwatch/ionic-cli",
"version": "7.2.0",
"description": "A tool for creating and developing Ionic Framework mobile apps.",
"homepage": "https://ionicframework.com",
Expand Down

0 comments on commit 6dcaf82

Please sign in to comment.