Publish
- babel-cli@7.0.0-alpha.2 - babel-core@7.0.0-alpha.2 - babel-helper-plugin-test-runner@7.0.0-alpha.2 - babel-helper-transform-fixture-test-runner@7.0.0-alpha.2 - babel-register@7.0.0-alpha.2
This commit is contained in:
parent
02473a72c1
commit
0553d7761d
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-cli",
|
"name": "babel-cli",
|
||||||
"version": "7.0.0-alpha.1",
|
"version": "7.0.0-alpha.2",
|
||||||
"description": "Babel command line.",
|
"description": "Babel command line.",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -16,8 +16,8 @@
|
|||||||
"compiler"
|
"compiler"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-core": "7.0.0-alpha.1",
|
"babel-core": "7.0.0-alpha.2",
|
||||||
"babel-register": "7.0.0-alpha.1",
|
"babel-register": "7.0.0-alpha.2",
|
||||||
"babel-polyfill": "7.0.0-alpha.1",
|
"babel-polyfill": "7.0.0-alpha.1",
|
||||||
"commander": "^2.8.1",
|
"commander": "^2.8.1",
|
||||||
"convert-source-map": "^1.1.0",
|
"convert-source-map": "^1.1.0",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-core",
|
"name": "babel-core",
|
||||||
"version": "7.0.0-alpha.1",
|
"version": "7.0.0-alpha.2",
|
||||||
"description": "Babel compiler core.",
|
"description": "Babel compiler core.",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -31,7 +31,7 @@
|
|||||||
"babel-helpers": "7.0.0-alpha.1",
|
"babel-helpers": "7.0.0-alpha.1",
|
||||||
"babel-messages": "7.0.0-alpha.1",
|
"babel-messages": "7.0.0-alpha.1",
|
||||||
"babel-template": "7.0.0-alpha.1",
|
"babel-template": "7.0.0-alpha.1",
|
||||||
"babel-register": "7.0.0-alpha.1",
|
"babel-register": "7.0.0-alpha.2",
|
||||||
"babel-traverse": "7.0.0-alpha.1",
|
"babel-traverse": "7.0.0-alpha.1",
|
||||||
"babel-types": "7.0.0-alpha.1",
|
"babel-types": "7.0.0-alpha.1",
|
||||||
"babylon": "7.0.0-beta.4",
|
"babylon": "7.0.0-beta.4",
|
||||||
@ -47,7 +47,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-helper-fixtures": "7.0.0-alpha.1",
|
"babel-helper-fixtures": "7.0.0-alpha.1",
|
||||||
"babel-helper-transform-fixture-test-runner": "7.0.0-alpha.1",
|
"babel-helper-transform-fixture-test-runner": "7.0.0-alpha.2",
|
||||||
"babel-polyfill": "7.0.0-alpha.1"
|
"babel-polyfill": "7.0.0-alpha.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-helper-plugin-test-runner",
|
"name": "babel-helper-plugin-test-runner",
|
||||||
"version": "7.0.0-alpha.1",
|
"version": "7.0.0-alpha.2",
|
||||||
"description": "Helper function to support test runner",
|
"description": "Helper function to support test runner",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-test-runner",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-plugin-test-runner",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-helper-transform-fixture-test-runner": "7.0.0-alpha.1"
|
"babel-helper-transform-fixture-test-runner": "7.0.0-alpha.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-helper-transform-fixture-test-runner",
|
"name": "babel-helper-transform-fixture-test-runner",
|
||||||
"version": "7.0.0-alpha.1",
|
"version": "7.0.0-alpha.2",
|
||||||
"description": "Transform test runner for babel-helper-fixtures module",
|
"description": "Transform test runner for babel-helper-fixtures module",
|
||||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||||
"homepage": "https://babeljs.io/",
|
"homepage": "https://babeljs.io/",
|
||||||
@ -9,7 +9,7 @@
|
|||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-code-frame": "7.0.0-alpha.1",
|
"babel-code-frame": "7.0.0-alpha.1",
|
||||||
"babel-core": "7.0.0-alpha.1",
|
"babel-core": "7.0.0-alpha.2",
|
||||||
"babel-polyfill": "7.0.0-alpha.1",
|
"babel-polyfill": "7.0.0-alpha.1",
|
||||||
"babel-helper-fixtures": "7.0.0-alpha.1",
|
"babel-helper-fixtures": "7.0.0-alpha.1",
|
||||||
"chai": "^3.0.0",
|
"chai": "^3.0.0",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "babel-register",
|
"name": "babel-register",
|
||||||
"version": "7.0.0-alpha.1",
|
"version": "7.0.0-alpha.2",
|
||||||
"description": "babel require hook",
|
"description": "babel require hook",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-register",
|
"repository": "https://github.com/babel/babel/tree/master/packages/babel-register",
|
||||||
@ -8,7 +8,7 @@
|
|||||||
"main": "lib/node.js",
|
"main": "lib/node.js",
|
||||||
"browser": "lib/browser.js",
|
"browser": "lib/browser.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-core": "7.0.0-alpha.1",
|
"babel-core": "7.0.0-alpha.2",
|
||||||
"core-js": "^2.4.0",
|
"core-js": "^2.4.0",
|
||||||
"home-or-tmp": "^3.0.0",
|
"home-or-tmp": "^3.0.0",
|
||||||
"lodash": "^4.2.0",
|
"lodash": "^4.2.0",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user