Skip to content

Commit

Permalink
Add package.json to slintpad
Browse files Browse the repository at this point in the history
  • Loading branch information
aurindam committed Jul 16, 2024
1 parent f36f7f3 commit fd7be19
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-slintpad.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
echo "CLOUDFLARE_API_TOKEN=${{ secrets.CLOUDFLARE_API_TOKEN }}" >> $GITHUB_ENV
echo "CLOUDFLARE_ACCOUNT_ID=${{ secrets.CLOUDFLARE_ACCOUNT_ID }}" >> $GITHUB_ENV
- name: Publish to staging-slint from staging-dist
- name: Publish to slintpad
run: |
npx wrangler@3 pages deploy . --project-name=slintpad --commit-dirty=true
25 changes: 25 additions & 0 deletions slintpad/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "slintpad",
"version": "1.0.0",
"description": "Online Editor for Slint applications",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slint-ui/www-releases.git"
},
"keywords": [
"Slint",
"Editor",
"Live-Preview",
"Design"
],
"author": "The Slint Team",
"license": "SEE LICENSE IN https://github.com/slint-ui/www-releases/blob/master/LICENSE.md",
"bugs": {
"url": "https://github.com/slint-ui/www-releases/issues"
},
"homepage": "https://slintpad.com"
}

0 comments on commit fd7be19

Please sign in to comment.