Skip to content

Commit bb2da4d

Browse files
authored
chore: add missing dep (#598)
1 parent dea5dba commit bb2da4d

File tree

2 files changed

+10
-19
lines changed

2 files changed

+10
-19
lines changed

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"lint": "eslint --ext js,vue . --ignore-path .gitignore",
1818
"lint:docs": "eslint --ext js,vue,md docs --ignore-path .gitignore",
1919
"lint:fix": "npm run lint -- --fix",
20-
"prepublish": "npm run build && npm run test:unit:only",
20+
"prepublishOnly": "npm run build && npm run test:unit:only",
2121
"publish": "lerna publish --conventional-commits -m \"chore(release): publish %s\"",
2222
"test": "npm run lint && npm run lint:docs && npm run flow && npm run test:types && npm run test:unit && npm run test:unit:karma && npm run test:unit:node",
2323
"test:compat": "scripts/test-compat.sh",
@@ -62,6 +62,7 @@
6262
"lerna": "2",
6363
"mocha": "^3.5.0",
6464
"mocha-webpack": "^1.0.1",
65+
"rollup": "^0.58.2",
6566
"sinon": "^2.3.2",
6667
"sinon-chai": "^2.10.0",
6768
"vue": "2.5.13",

Diff for: yarn.lock

+8-18
Original file line numberDiff line numberDiff line change
@@ -3212,12 +3212,6 @@ from2@^2.1.0:
32123212
inherits "^2.0.1"
32133213
readable-stream "^2.0.0"
32143214

3215-
fs-access@^1.0.0:
3216-
version "1.0.1"
3217-
resolved "https://registry.yarnpkg.com/fs-access/-/fs-access-1.0.1.tgz#d6a87f262271cefebec30c553407fb995da8777a"
3218-
dependencies:
3219-
null-check "^1.0.0"
3220-
32213215
32223216
version "3.0.1"
32233217
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-3.0.1.tgz#3794f378c58b342ea7dbbb23095109c4b3b62291"
@@ -4390,13 +4384,6 @@ jsprim@^1.2.2:
43904384
json-schema "0.2.3"
43914385
verror "1.10.0"
43924386

4393-
karma-chrome-launcher@^2.2.0:
4394-
version "2.2.0"
4395-
resolved "https://registry.yarnpkg.com/karma-chrome-launcher/-/karma-chrome-launcher-2.2.0.tgz#cf1b9d07136cc18fe239327d24654c3dbc368acf"
4396-
dependencies:
4397-
fs-access "^1.0.0"
4398-
which "^1.2.1"
4399-
44004387
karma-mocha@^1.3.0:
44014388
version "1.3.0"
44024389
resolved "https://registry.yarnpkg.com/karma-mocha/-/karma-mocha-1.3.0.tgz#eeaac7ffc0e201eb63c467440d2b69c7cf3778bf"
@@ -5568,10 +5555,6 @@ nth-check@~1.0.1:
55685555
dependencies:
55695556
boolbase "~1.0.0"
55705557

5571-
null-check@^1.0.0:
5572-
version "1.0.0"
5573-
resolved "https://registry.yarnpkg.com/null-check/-/null-check-1.0.0.tgz#977dffd7176012b9ec30d2a39db5cf72a0439edd"
5574-
55755558
num2fraction@^1.2.2:
55765559
version "1.2.2"
55775560
resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede"
@@ -7054,6 +7037,13 @@ rollup@^0.57.1:
70547037
signal-exit "^3.0.2"
70557038
sourcemap-codec "^1.4.1"
70567039

7040+
rollup@^0.58.2:
7041+
version "0.58.2"
7042+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.58.2.tgz#2feddea8c0c022f3e74b35c48e3c21b3433803ce"
7043+
dependencies:
7044+
"@types/estree" "0.0.38"
7045+
"@types/node" "*"
7046+
70577047
run-async@^2.2.0:
70587048
version "2.3.0"
70597049
resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.3.0.tgz#0371ab4ae0bdd720d4166d7dfda64ff7a445a6c0"
@@ -8218,7 +8208,7 @@ which-module@^2.0.0:
82188208
version "2.0.0"
82198209
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"
82208210

8221-
which@1, which@^1.2.1, which@^1.2.10, which@^1.2.12, which@^1.2.9:
8211+
which@1, which@^1.2.10, which@^1.2.12, which@^1.2.9:
82228212
version "1.3.0"
82238213
resolved "https://registry.yarnpkg.com/which/-/which-1.3.0.tgz#ff04bdfc010ee547d780bec38e1ac1c2777d253a"
82248214
dependencies:

0 commit comments

Comments
 (0)