Skip to content

Commit

Permalink
[package.json] add missing dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
petermikitsh committed Jul 30, 2017
1 parent d4392ed commit dd118b7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"babel-plugin-espower": "2.3.2",
"babel-plugin-istanbul": "4.1.4",
"babel-preset-es2015": "6.24.1",
"babel-preset-power-assert": "1.0.0",
"coveralls": "2.13.1",
"cross-env": "5.0.1",
"eslint": "4.3.0",
Expand Down
13 changes: 12 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,11 @@ babel-plugin-check-es2015-constants@^6.22.0:
dependencies:
babel-runtime "^6.22.0"

babel-plugin-espower@2.3.2:
babel-plugin-empower-assert@^1.2.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/babel-plugin-empower-assert/-/babel-plugin-empower-assert-1.3.0.tgz#57f4f0286793e585154e7e3eab675440b922343c"

babel-plugin-espower@2.3.2, babel-plugin-espower@^2.1.2:
version "2.3.2"
resolved "https://registry.yarnpkg.com/babel-plugin-espower/-/babel-plugin-espower-2.3.2.tgz#5516b8fcdb26c9f0e1d8160749f6e4c65e71271e"
dependencies:
Expand Down Expand Up @@ -605,6 +609,13 @@ babel-preset-es2015@6.24.1:
babel-plugin-transform-es2015-unicode-regex "^6.24.1"
babel-plugin-transform-regenerator "^6.24.1"

babel-preset-power-assert@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/babel-preset-power-assert/-/babel-preset-power-assert-1.0.0.tgz#cd77a38d9a5f8da85ae093d69fac7cde4d2e8089"
dependencies:
babel-plugin-empower-assert "^1.2.0"
babel-plugin-espower "^2.1.2"

babel-register@^6.24.1:
version "6.24.1"
resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-6.24.1.tgz#7e10e13a2f71065bdfad5a1787ba45bca6ded75f"
Expand Down

0 comments on commit dd118b7

Please sign in to comment.