@revivejs/moment 2.30.2 → 2.30.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +4 -2
package/README.md CHANGED
@@ -128,6 +128,7 @@ There is no component styling layer. Locale loading controls textual output, and
128
128
 
129
129
  ```bash
130
130
  npm install
131
+ npm run lint
131
132
  npm test
132
133
  npm run build
133
134
  npm run docs:build
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revivejs/moment",
3
- "version": "2.30.2",
3
+ "version": "2.30.3",
4
4
  "description": "Maintained Moment.js fork for parsing, validating, manipulating, and formatting dates.",
5
5
  "homepage": "https://github.com/alexandroit/moment#readme",
6
6
  "author": "Alexandroit (https://github.com/alexandroit)",
@@ -73,12 +73,14 @@
73
73
  "ts3.1-typings/"
74
74
  ],
75
75
  "devDependencies": {
76
+ "@eslint/js": "9.39.4",
76
77
  "@types/node": "17.0.21",
77
78
  "benchmark": "2.1.4",
78
79
  "coveralls": "3.1.1",
79
80
  "cross-env": "6.0.3",
80
81
  "es6-promise": "4.2.8",
81
- "eslint": "8.56.0",
82
+ "eslint": "9.39.4",
83
+ "globals": "17.4.0",
82
84
  "grunt": "1.6.1",
83
85
  "grunt-benchmark": "1.0.0",
84
86
  "grunt-cli": "1.4.3",