Skip to content

Commit

Permalink
Merge pull request #6 from Next2D/main
Browse files Browse the repository at this point in the history
publish
  • Loading branch information
ienaga authored Nov 8, 2023
2 parents a86c930 + ef7925e commit ff6e684
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18.x"
registry-url: "https://registry.npmjs.org"
- run: npm install
- run: npm run publish
- run: npm publish --access public
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next2d/builder",
"version": "0.0.3",
"version": "0.0.4",
"description": "Multi-platform builder for Next2d Framework, supporting export to various platforms such as macOS, Windows, iOS, Android and Web(HTML)",
"author": "Toshiyuki Ienaga <ienaga@next2d.app>",
"license": "MIT",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@capacitor/cli": "^5.5.1",
"@types/node": "^20.9.0",
"electron": "^27.0.3",
"electron": "^27.0.4",
"electron-builder": "^24.6.4",
"picocolors": "^1.0.0",
"vite": "^4.5.0"
Expand Down

0 comments on commit ff6e684

Please sign in to comment.