Skip to content

Commit

Permalink
chore: sort package json
Browse files Browse the repository at this point in the history
  • Loading branch information
maraisr committed Jun 27, 2023
1 parent 66b045c commit 6151770
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions examples/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"scripts": {
"start": "wrangler dev --local"
},
"dependencies": {
"rian": "next"
},
"devDependencies": {
"@cloudflare/workers-types": "^3.2.0",
"wrangler": "^2.12.3"
},
"dependencies": {
"rian": "next"
}
}
6 changes: 3 additions & 3 deletions examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"scripts": {
"start": "tsm server.ts"
},
"dependencies": {
"rian": "*"
},
"devDependencies": {
"@types/node": "^18.15.3",
"tsm": "^2.2.1"
},
"dependencies": {
"rian": "*"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"test": "uvu src \".test.ts$\" -r tsm",
"typecheck": "tsc --noEmit"
},
"prettier": "@marais/prettier",
"dependencies": {
"flattie": "^1.1.0",
"tctx": "^0.0.13"
Expand All @@ -80,7 +81,6 @@
"typescript": "5.1.3",
"uvu": "0.5.4"
},
"prettier": "@marais/prettier",
"volta": {
"node": "17.2.0"
}
Expand Down

0 comments on commit 6151770

Please sign in to comment.