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

updated minimum version of minimist dependency to ^1.2.3 instead of 1.2.0 #217

Merged
merged 3 commits into from Apr 6, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "karma-mocha",
"version": "1.3.0",
"version": "1.3.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert this change. The release tools will change the version number.

"description": "A Karma plugin. Adapter for Mocha testing framework.",
"main": "lib/index.js",
"sharedKarmaFiles": {
Expand All @@ -22,7 +22,7 @@
],
"author": "Vojta Jina <vojta.jina@gmail.com>",
"dependencies": {
"minimist": "1.2.0"
"minimist": "^1.2.3"
},
"devDependencies": {
"chai": "^3.4.1",
Expand Down