We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5966955 commit a720ad4Copy full SHA for a720ad4
package.json
@@ -21,7 +21,7 @@
21
"browserify": "^17.0.0",
22
"cross-env": "^7.0.3",
23
"dayjs": "^1.11.7",
24
- "eslint": "^8.31.0",
+ "eslint": "8.49.0",
25
"eslint-config-xo-lass": "^2.0.1",
26
"eslint-plugin-compat": "^4.0.2",
27
"eslint-plugin-node": "^11.1.0",
@@ -34,7 +34,7 @@
34
"remark-preset-github": "^4.0.4",
35
"rimraf": "^4.0.4",
36
"tinyify": "3.1.0",
37
- "xo": "^0.53.1"
+ "xo": "0.56.0"
38
},
39
"engines": {
40
"node": ">=14"
test/test.js
@@ -1,5 +1,4 @@
1
const test = require('ava');
2
-
3
const dayjs = require('..');
4
5
test('exports dayjs function', (t) => {
0 commit comments