Skip to content

Commit

Permalink
fix(package): add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Mar 11, 2017
1 parent 592f1b7 commit 73f404d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"devDependencies": {
"commitizen": "~2.7.0",
"cz-conventional-changelog": "1.1.5",
"is-match": "^0.4.1",
"mukla": "^0.4.8",
"npm-run-all": "~3.1.2",
"nyc": "^10.1.2",
Expand Down Expand Up @@ -115,4 +116,4 @@
"branches": 100,
"lines": 100
}
}
}
13 changes: 13 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,10 @@ dedent@0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/dedent/-/dedent-0.6.0.tgz#0e6da8f0ce52838ef5cec5c8f9396b0c1b64a3cb"

deep-equal@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/deep-equal/-/deep-equal-1.0.1.tgz#f5d260292b660e084eff4cdbc9f08ad3247448b5"

deep-is@~0.1.3:
version "0.1.3"
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
Expand Down Expand Up @@ -1652,6 +1656,15 @@ is-glob@^2.0.0, is-glob@^2.0.1:
dependencies:
is-extglob "^1.0.0"

is-match@^0.4.1:
version "0.4.1"
resolved "https://registry.yarnpkg.com/is-match/-/is-match-0.4.1.tgz#fb5f6c6709a1543b7c7efa7d9530e5b776f61f83"
dependencies:
deep-equal "^1.0.1"
is-extendable "^0.1.1"
is-glob "^2.0.1"
micromatch "^2.3.7"

is-my-json-valid@^2.10.0:
version "2.16.0"
resolved "https://registry.yarnpkg.com/is-my-json-valid/-/is-my-json-valid-2.16.0.tgz#f079dd9bfdae65ee2038aae8acbc86ab109e3693"
Expand Down

0 comments on commit 73f404d

Please sign in to comment.