Skip to content

Commit

Permalink
update pakcage.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Jul 4, 2024
1 parent a038e9a commit 3468537
Show file tree
Hide file tree
Showing 3 changed files with 2,055 additions and 1,712 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ pnpm check
To test your work in your browser (with hot reloading!) while developing:

```
pnpm dev-mini
pnpm start
# Alternatively to test in a more advanced WebXDC emulator:
pnpm dev
pnpm emulator
```

### Building
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"private": true,
"scripts": {
"dev-mini": "vite --port 3000",
"dev": "concurrently \"npm run dev-mini\" \"webxdc-dev run http://localhost:3000\"",
"format": "prettier --write .",
"start": "vite --port 3000",
"emulator": "concurrently \"npm start\" \"webxdc-dev run http://localhost:3000\"",
"fix": "prettier --write .",
"check": "prettier --check .",
"build": "vite build"
},
"devDependencies": {
"concurrently": "^8.1.0",
"prettier": "^3.0.3",
"vite": "^4.3.2",
"concurrently": "^8.2.2",
"prettier": "^3.3.2",
"vite": "^4.5.3",
"webxdc-dev": "^0.17.0",
"webxdc-vite-plugins": "github:webxdc/webxdc-vite-plugins"
}
Expand Down
Loading

0 comments on commit 3468537

Please sign in to comment.