Skip to content

Commit 33dae80

Browse files
committed
fix: nyc version
1 parent f555421 commit 33dae80

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules
22
yarn.lock
33
coverage
4-
.nyc_output
4+
.nyc_output
5+
.reify-cache

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "Saamu192 <samuelpr192@gmail.com>",
77
"license": "MIT",
88
"scripts": {
9-
"dev": "npx nodemon --ignore database.json --exec node --experimental-json-modules src/index.js",
9+
"dev": "npx nodemon --ignore database.json --exec node --experimental-json-modules --experimental-top-level-await src/index.js",
1010
"test": "npx mocha -w --parallel test/*.test.js",
1111
"test:cov": "npx nyc npx mocha -r reify --parallel test/*.test.js"
1212
},
@@ -16,11 +16,11 @@
1616
"draftlog": "^1.0.13"
1717
},
1818
"devDependencies": {
19-
"chai": "^4.3.6",
20-
"mocha": "^10.1.0",
21-
"nodemon": "^2.0.20",
19+
"chai": "^4.2.0",
20+
"mocha": "^8.2.1",
21+
"nodemon": "^2.0.6",
2222
"nyc": "^15.1.0",
2323
"reify": "^0.20.12",
24-
"sinon": "^14.0.1"
24+
"sinon": "^9.2.1"
2525
}
2626
}

0 commit comments

Comments
 (0)