Skip to content

Commit f9c089f

Browse files
committed
Upgrade mocha version
1 parent 855e3c8 commit f9c089f

File tree

2 files changed

+355
-113
lines changed

2 files changed

+355
-113
lines changed

package.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,32 @@
11
{
22
"name": "callable-instance",
33
"version": "1.0.1",
4-
"description":
5-
"Instances of classes which are directly callable as functions.",
4+
"description": "Instances of classes which are directly callable as functions.",
65
"repository": "CGamesPlay/node-callable-instance",
76
"main": "index.js",
87
"types": "index.d.ts",
98
"scripts": {
109
"test": "mocha -c -R progress"
1110
},
12-
"keywords": ["instance", "function", "object", "class", "callable"],
11+
"keywords": [
12+
"instance",
13+
"function",
14+
"object",
15+
"class",
16+
"callable"
17+
],
1318
"bugs": {
1419
"url": "https://github.com/CGamesPlay/node-callable-instance/issues"
1520
},
1621
"author": "Ryan Patterson",
1722
"license": "MIT",
1823
"devDependencies": {
19-
"mocha": "^6.2.2"
24+
"mocha": "^8.0.1"
2025
},
21-
"files": ["index.js", "index.d.ts", "LICENSE", "README.md"]
26+
"files": [
27+
"index.js",
28+
"index.d.ts",
29+
"LICENSE",
30+
"README.md"
31+
]
2232
}

0 commit comments

Comments
 (0)