diff --git a/build/release.sh b/build/release.sh index 463c07e92..861a34035 100644 --- a/build/release.sh +++ b/build/release.sh @@ -43,7 +43,6 @@ then # commit git add -A - git commit -m "[build] $VERSION" npm version $VERSION --message "[release] $VERSION" # publish diff --git a/yarn.lock b/yarn.lock index 8cf7b7626..d7b1c5855 100644 --- a/yarn.lock +++ b/yarn.lock @@ -921,6 +921,13 @@ babel-runtime@^6.18.0, babel-runtime@^6.22.0: core-js "^2.4.0" regenerator-runtime "^0.10.0" +babel-runtime@^6.26.0: + version "6.26.0" + resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe" + dependencies: + core-js "^2.4.0" + regenerator-runtime "^0.11.0" + babel-template@^6.24.1, babel-template@^6.25.0: version "6.25.0" resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.25.0.tgz#665241166b7c2aa4c619d71e192969552b10c071"