Skip to content

Commit

Permalink
Change private package name for react examples (#533)
Browse files Browse the repository at this point in the history
refactor: change packages name for react examples
  • Loading branch information
kmkzt authored Jun 14, 2022
1 parent 64fa452 commit 4f7efab
Show file tree
Hide file tree
Showing 24 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./examples/docs/out
publish_dir: ./examples/react/out
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/docs/package.json → examples/react/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@svg-drawing-example/docs",
"name": "@svg-drawing-example/react",
"private": true,
"version": "4.2.3",
"scripts": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.

1 comment on commit 4f7efab

@vercel
Copy link

@vercel vercel bot commented on 4f7efab Jun 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

svg-drawing – ./

svg-drawing-git-master-kmkzt.vercel.app
svg-drawing.vercel.app
svg-drawing-kmkzt.vercel.app

Please sign in to comment.