Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.

Commit 3f9e4b7

Browse files
committedApr 6, 2020
Revert "updated minimum version of minimist dependency to ^1.2.3 instead of 1.2.0"
This reverts commit a9bfdf9.
1 parent a9bfdf9 commit 3f9e4b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "karma-mocha",
3-
"version": "1.3.1",
3+
"version": "1.3.0",
44
"description": "A Karma plugin. Adapter for Mocha testing framework.",
55
"main": "lib/index.js",
66
"sharedKarmaFiles": {
@@ -22,7 +22,7 @@
2222
],
2323
"author": "Vojta Jina <vojta.jina@gmail.com>",
2424
"dependencies": {
25-
"minimist": "^1.2.3"
25+
"minimist": "1.2.0"
2626
},
2727
"devDependencies": {
2828
"chai": "^3.4.1",

0 commit comments

Comments
 (0)
This repository has been archived.