Skip to content

Commit 03b1511

Browse files
committed
installs the demo package
1 parent 4a46518 commit 03b1511

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

demo/express/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/express/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"start": "node dist/index.js",
77
"build": "tsc",
8-
"dev": "nodemon src/index.ts"
8+
"dev": "nodemon src/index.ts -watch"
99
},
1010
"keywords": [],
1111
"author": "",
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"cors": "^2.8.6",
1616
"express": "^5.2.1",
17-
"@saborter/server": "file:./saborter-server-1.0.0.tgz"
17+
"@saborter/server": "file:./saborter-server-1.0.1.tgz"
1818
},
1919
"devDependencies": {
2020
"@types/express": "^5.0.6",
-5.22 KB
Binary file not shown.
4.84 KB
Binary file not shown.

0 commit comments

Comments
 (0)