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 0a54165 commit cf83b23
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions examples/bare/package.json
@@ -1,18 +1,18 @@
{
"name": "meros-example-bare",
"private": true,
"version": "0.0.1",
"private": true,
"scripts": {
"start": "tsm example.ts"
},
"engines": {
"node": ">=16.11"
},
"dependencies": {
"meros": "workspace:*",
"piecemeal": "^0.1.0"
},
"devDependencies": {
"tsm": "2.3.0"
},
"engines": {
"node": ">=16.11"
}
}
8 changes: 4 additions & 4 deletions examples/basic/package.json
@@ -1,13 +1,10 @@
{
"name": "meros-example-basic",
"private": true,
"version": "0.0.1",
"private": true,
"scripts": {
"start": "tsm server.ts"
},
"engines": {
"node": ">=16.11"
},
"dependencies": {
"meros": "workspace:*",
"piecemeal": "^0.1.0",
Expand All @@ -18,5 +15,8 @@
"tsm": "2.3.0",
"typescript": "5.0.4",
"vite": "4.3.7"
},
"engines": {
"node": ">=16.11"
}
}

0 comments on commit cf83b23

Please sign in to comment.