From 8f435d59daf882aca5c63f39c4a5fbd0498fe6ed Mon Sep 17 00:00:00 2001
From: Sebastian McKenzie
Date: Sun, 9 Nov 2014 20:08:36 +1100
Subject: [PATCH] change sebmck to new 6to5 org
---
README.md | 20 ++++++++++----------
lib/6to5/util.js | 2 +-
package.json | 10 +++++-----
3 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/README.md b/README.md
index 56b8489378..95b183c2e9 100644
--- a/README.md
+++ b/README.md
@@ -3,20 +3,20 @@
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
@@ -73,10 +73,10 @@ It's as easy as:
### Plugins
- [Broccoli](https://github.com/very-geek/broccoli-6to5-transpiler)
- - [Browserify](https://github.com/sebmck/6to5-browserify)
+ - [Browserify](https://github.com/6to5/6to5-browserify)
- [Brunch](https://github.com/es128/6to5-brunch)
- [Duo](https://github.com/bdo-labs/duo6to5)
- - [Connect](https://github.com/sebmck/6to5-connect)
+ - [Connect](https://github.com/6to5/6to5-connect)
- [Gulp](https://github.com/sindresorhus/gulp-6to5)
- [Grunt](https://github.com/sindresorhus/grunt-6to5)
- [Jade](https://github.com/Apoxx/jade-6to5)
diff --git a/lib/6to5/util.js b/lib/6to5/util.js
index bd39a9eb9d..39749b08cc 100644
--- a/lib/6to5/util.js
+++ b/lib/6to5/util.js
@@ -245,7 +245,7 @@ var loadTemplates = function () {
if (!fs.existsSync(templatesLoc)) {
throw new Error("no templates directory - this is most likely the " +
"result of a broken `npm publish`. Please report to " +
- "https://githut.com/sebmck/6to5/issues");
+ "https://githut.com/6to5/6to5/issues");
}
_.each(fs.readdirSync(templatesLoc), function (name) {
diff --git a/package.json b/package.json
index b36f807b5a..ce1e3381fe 100644
--- a/package.json
+++ b/package.json
@@ -3,13 +3,13 @@
"description": "Turn ES6 code into readable vanilla ES5 with source maps",
"version": "1.11.0",
"author": "Sebastian McKenzie ",
- "homepage": "https://github.com/sebmck/6to5",
+ "homepage": "https://github.com/6to5/6to5",
"repository": {
"type": "git",
- "url": "https://github.com/sebmck/6to5.git"
+ "url": "https://github.com/6to5/6to5.git"
},
"bugs": {
- "url": "https://github.com/sebmck/6to5/issues"
+ "url": "https://github.com/6to5/6to5/issues"
},
"preferGlobal": true,
"main": "lib/6to5/index.js",
@@ -44,11 +44,11 @@
"es6-symbol": "0.1.1",
"regexpu": "0.3.0",
"source-map": "0.1.40",
- "regenerator-6to5": "https://github.com/sebmck/regenerator-6to5/archive/b7bc53e1a655879974aad53a8ceb93a70efaa08d.tar.gz",
+ "regenerator-6to5": "https://github.com/6to5/regenerator-6to5/archive/b7bc53e1a655879974aad53a8ceb93a70efaa08d.tar.gz",
"chokidar": "0.10.0",
"source-map-support": "0.2.7",
"esutils": "1.1.4",
- "acorn-6to5": "https://github.com/sebmck/acorn-6to5/archive/f5110383517eef0bea78c2da2a1fb01fbed74e4e.tar.gz",
+ "acorn-6to5": "https://github.com/6to5/acorn-6to5/archive/f5110383517eef0bea78c2da2a1fb01fbed74e4e.tar.gz",
"estraverse": "^1.7.0"
},
"devDependencies": {