Skip to content

Commit 3468537

Browse files
committed
update pakcage.json
1 parent a038e9a commit 3468537

File tree

3 files changed

+2055
-1712
lines changed

3 files changed

+2055
-1712
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ pnpm check
3636
To test your work in your browser (with hot reloading!) while developing:
3737

3838
```
39-
pnpm dev-mini
39+
pnpm start
4040
# Alternatively to test in a more advanced WebXDC emulator:
41-
pnpm dev
41+
pnpm emulator
4242
```
4343

4444
### Building

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"private": true,
33
"scripts": {
4-
"dev-mini": "vite --port 3000",
5-
"dev": "concurrently \"npm run dev-mini\" \"webxdc-dev run http://localhost:3000\"",
6-
"format": "prettier --write .",
4+
"start": "vite --port 3000",
5+
"emulator": "concurrently \"npm start\" \"webxdc-dev run http://localhost:3000\"",
6+
"fix": "prettier --write .",
77
"check": "prettier --check .",
88
"build": "vite build"
99
},
1010
"devDependencies": {
11-
"concurrently": "^8.1.0",
12-
"prettier": "^3.0.3",
13-
"vite": "^4.3.2",
11+
"concurrently": "^8.2.2",
12+
"prettier": "^3.3.2",
13+
"vite": "^4.5.3",
1414
"webxdc-dev": "^0.17.0",
1515
"webxdc-vite-plugins": "github:webxdc/webxdc-vite-plugins"
1616
}

0 commit comments

Comments
 (0)