Skip to content

Commit

Permalink
v6.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Nov 1, 2016
1 parent 9681b53 commit 1a974e5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0-beta.23",
"version": "6.18.0",
"version": "6.18.1",

This comment has been minimized.

Copy link
@SEAPUNK

SEAPUNK Nov 1, 2016

The release or published package might be broken. When I run babel -D -d lib/ src/ on my code base with this version, it gives me an error:

Error: Cannot find module './lib/api/node.js'
    at Function.Module._resolveFilename (module.js:469:15)
    at Function.Module._load (module.js:417:25)
    at Module.require (module.js:497:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/xbpf/shipworker/node_modules/babel-core/index.js:1:80)
    at Module._compile (module.js:570:32)
    at Object.Module._extensions..js (module.js:579:10)
    at Module.load (module.js:487:32)
    at tryModuleLoad (module.js:446:12)
    at Function.Module._load (module.js:438:3)

This comment has been minimized.

Copy link
@hzoo

hzoo Nov 1, 2016

Author Member

Yeah there's no lib for some reason - published 6.18.2! Sorry bout that - please try again

This comment has been minimized.

Copy link
@SEAPUNK

SEAPUNK Nov 1, 2016

I could also be jumping the gun though, as I noticed a lot of other babel packages that are installing as 6.18.0...

All I know is that my CI is failing, heh. I'll wait a bit and try again.

This comment has been minimized.

Copy link
@SEAPUNK

SEAPUNK Nov 1, 2016

Okay, false alarm, it's all working now. Sorry bout that.

"changelog": {
"repo": "babel/babel",
"labels": {
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-core",
"version": "6.18.0",
"version": "6.18.1",
"description": "Babel compiler core.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand Down Expand Up @@ -45,8 +45,8 @@
"source-map": "^0.5.0"
},
"devDependencies": {
"babel-helper-fixtures": "^6.18.0",
"babel-helper-transform-fixture-test-runner": "^6.18.0",
"babel-helper-fixtures": "^6.18.1",
"babel-helper-transform-fixture-test-runner": "^6.18.1",
"babel-polyfill": "^6.16.0"
}
}
2 changes: 1 addition & 1 deletion packages/babel-helper-fixtures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-helper-fixtures",
"version": "6.18.0",
"version": "6.18.1",
"description": "Helper function to support fixtures",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-helper-transform-fixture-test-runner",
"version": "6.18.0",
"version": "6.18.1",
"description": "Transform test runner for babel-helper-fixtures module",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -9,9 +9,9 @@
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^6.9.0",
"babel-core": "^6.18.0",
"babel-core": "^6.18.1",
"babel-polyfill": "^6.16.0",
"babel-helper-fixtures": "^6.18.0",
"babel-helper-fixtures": "^6.18.1",
"source-map": "^0.5.0",
"babel-code-frame": "^6.16.0",
"chai": "^3.0.0",
Expand Down

0 comments on commit 1a974e5

Please sign in to comment.