Files
Node.js-14-Cookbook/Chapter02/file-watching/package.json
T
dependabot[bot] d4a9f0f341 Bump moment from 2.24.0 to 2.29.4 in /Chapter02/file-watching
Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.24.0...2.29.4)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-08 00:03:52 +00:00

17 lines
301 B
JSON

{
"name": "file-watching",
"version": "1.0.0",
"main": "watch.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"moment": "^2.29.4"
},
"devDependencies": {},
"description": ""
}