Skip to content

Commit d79e859

Browse files
committed
Babel runtime
1 parent 0e69edf commit d79e859

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "entropy-string",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "Efficiently generate cryptographically strong random strings of specified entropy from various character sets.",
55
"main": "entropy-string.js",
66
"directories": {
@@ -57,5 +57,8 @@
5757
"babel-plugin-transform-runtime": "^6.4.3",
5858
"babel-preset-es2015": "^6.3.13",
5959
"babel-preset-stage-3": "^6.3.13"
60+
},
61+
"dependencies": {
62+
"babel-runtime": "^6.23.0"
6063
}
6164
}

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ babel-register@^6.24.1:
765765
mkdirp "^0.5.1"
766766
source-map-support "^0.4.2"
767767

768-
babel-runtime@^6.18.0, babel-runtime@^6.22.0:
768+
babel-runtime@^6.18.0, babel-runtime@^6.22.0, babel-runtime@^6.23.0:
769769
version "6.23.0"
770770
resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.23.0.tgz#0a9489f144de70efb3ce4300accdb329e2fc543b"
771771
dependencies:
@@ -1019,8 +1019,8 @@ color-convert@^1.0.0:
10191019
color-name "^1.1.1"
10201020

10211021
color-name@^1.1.1:
1022-
version "1.1.2"
1023-
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.2.tgz#5c8ab72b64bd2215d617ae9559ebb148475cf98d"
1022+
version "1.1.3"
1023+
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
10241024

10251025
combined-stream@^1.0.5, combined-stream@~1.0.5:
10261026
version "1.0.5"

0 commit comments

Comments
 (0)