Skip to content

Commit

Permalink
Rename npm package to '@sudu-ide/editor'
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitinas committed Aug 27, 2024
1 parent 167562a commit 3f8de9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,6 @@ jobs:
echo "::notice::version \"${NEW_VERSION}\""
cd $GITHUB_WORKSPACE/sudu-editor/demo-edit-es-module/module
npm version ${NEW_VERSION}
npm publish
npm publish --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion demo-edit-es-module/module/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sudu-editor-tmp",
"name": "@sudu-ide/editor",
"version": "0.0.9-beta-something",
"description": "Sudu Editor built on Java",
"author": "Kirill Prazdnikov",
Expand Down

0 comments on commit 3f8de9a

Please sign in to comment.