From 5d720dbc4335fe192e82b3f2370ab4231b1a6cf7 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Fri, 30 Jan 2015 00:01:40 +1100 Subject: [PATCH] upgrade regenerator --- package.json | 2 +- .../{.regenerator-runtime => regenerator-runtime}/actual.js | 0 .../{.regenerator-runtime => regenerator-runtime}/expected.js | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename test/fixtures/transformation/self-contained/{.regenerator-runtime => regenerator-runtime}/actual.js (100%) rename test/fixtures/transformation/self-contained/{.regenerator-runtime => regenerator-runtime}/expected.js (100%) diff --git a/package.json b/package.json index ee739a49d1..5c3e9d1596 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "lodash": "3.0.0", "output-file-sync": "1.1.0", "private": "0.1.6", - "regenerator-6to5": "0.8.9-6", + "regenerator-6to5": "0.8.9-7", "regexpu": "1.1.0", "roadrunner": "1.0.4", "source-map": "0.1.43", diff --git a/test/fixtures/transformation/self-contained/.regenerator-runtime/actual.js b/test/fixtures/transformation/self-contained/regenerator-runtime/actual.js similarity index 100% rename from test/fixtures/transformation/self-contained/.regenerator-runtime/actual.js rename to test/fixtures/transformation/self-contained/regenerator-runtime/actual.js diff --git a/test/fixtures/transformation/self-contained/.regenerator-runtime/expected.js b/test/fixtures/transformation/self-contained/regenerator-runtime/expected.js similarity index 100% rename from test/fixtures/transformation/self-contained/.regenerator-runtime/expected.js rename to test/fixtures/transformation/self-contained/regenerator-runtime/expected.js