Skip to content

Commit

Permalink
fixup! */pkg.json: add watch cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
tharvik committed Feb 7, 2024
1 parent 106c635 commit aec8536
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 12 deletions.
1 change: 1 addition & 0 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"eslint-plugin-import": "2",
"eslint-plugin-node": "11",
"eslint-plugin-promise": "5",
"nodemon": "3",
"ts-command-line-args": "2",
"typescript": "<4.5.0"
}
Expand Down
1 change: 1 addition & 0 deletions discojs/discojs-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"eslint": "7",
"eslint-config-standard-with-typescript": "21",
"mocha": "9",
"nodemon": "3",
"ts-node": "10",
"typedoc": "0.22",
"typedoc-theme-oxide": "0.1",
Expand Down
5 changes: 3 additions & 2 deletions discojs/discojs-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@
"homepage": "https://github.com/epfml/disco#readme",
"dependencies": {
"@epfml/discojs-core": "*",
"@tensorflow/tfjs-node": "^4.17.0"
"@tensorflow/tfjs-node": "4"
},
"devDependencies": {
"@types/node": "20"
"@types/node": "20",
"nodemon": "3"
}
}
3 changes: 3 additions & 0 deletions discojs/discojs-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@
"homepage": "https://github.com/epfml/disco#readme",
"dependencies": {
"@epfml/discojs-core": "*"
},
"devDependencies": {
"nodemon": "3"
}
}
16 changes: 10 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,5 @@
"server",
"cli",
"web-client"
],
"devDependencies": {
"nodemon": "3"
}
]
}
1 change: 1 addition & 0 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"eslint-plugin-node": "11",
"eslint-plugin-promise": "5",
"mocha": "9",
"nodemon": "3",
"typescript": "4"
},
"repository": {
Expand Down

0 comments on commit aec8536

Please sign in to comment.