Skip to content

Commit f69352c

Browse files
committed
Update project to no longer use "kevinb7" username
Trivial change, not even really necessary, but might be a good idea.
1 parent df821cf commit f69352c

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "external/object-browser"]
22
path = external/object-browser
3-
url = https://github.com/kevinb7/object-browser.git
3+
url = https://github.com/kevinbarabash/object-browser.git
44
[submodule "external/processing-js"]
55
path = external/processing-js
6-
url = https://github.com/kevinb7/processing-js.git
6+
url = https://github.com/kevinbarabash/processing-js.git

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This project is currently focused on debugging processing.js programs being
77
run in Khan Academy's live-editor. Eventually make the debugger more general
88
purpose. That being said, it already supports a lot of JavaScript constructs.
99

10-
[live demo](http://kevinb7.github.io/debugger/demo/index.html)
10+
[live demo](http://kevinbarabash.github.io/debugger/demo/index.html)
1111

1212
## Features ##
1313

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "js-step",
33
"version": "0.0.1",
4-
"homepage": "https://github.com/kevinb7/js-step",
4+
"homepage": "https://github.com/kevinbarabash",
55
"authors": [
66
"Kevin Barabash <kevinb7@gmail.com>"
77
],

demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</select>
2727
</div>
2828
<div id="title">
29-
<a href="https://github.com/kevinb7/debugger">debugger.js</a>
29+
<a href="https://github.com/kevinbarabash/debugger">debugger.js</a>
3030
</div>
3131
</div>
3232

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/kevinb7/stepper.git"
14+
"url": "https://github.com/kevinbarabash/debugger.git"
1515
},
1616
"author": "Kevin Barabash <kevinb7@gmail.com>",
1717
"license": "MIT",
1818
"bugs": {
19-
"url": "https://github.com/kevinb7/js-step/issues"
19+
"url": "https://github.com/kevinbarabash/debugger/issues"
2020
},
21-
"homepage": "https://github.com/kevinb7/js-step",
21+
"homepage": "https://github.com/kevinbarabash/debugger",
2222
"devDependencies": {
2323
"babelify": "^7.2.0",
2424
"browserify": "^8.0.1",
@@ -27,14 +27,14 @@
2727
"iframe-overlay": "0.1.1",
2828
"jquery": "^2.1.1",
2929
"mocha": "^2.0.1",
30-
"poster": "git://github.com/kevinb7/poster.git",
30+
"poster": "git://github.com/kevinbarabash/poster.git",
3131
"sinon": "^1.17.2",
3232
"testee": "^0.1.7",
3333
"watchify": "^3.6.1"
3434
},
3535
"dependencies": {
36-
"basic-ds": "git://github.com/kevinb7/basic-ds.git",
37-
"escodegen": "git://github.com/kevinb7/escodegen.git#yield_with_parentheses",
36+
"basic-ds": "git://github.com/kevinbarabash/basic-ds.git",
37+
"escodegen": "git://github.com/kevinbarabash/escodegen.git#yield_with_parentheses",
3838
"escope": "^1.0.1",
3939
"esprima-fb": "^8001.1001.0-dev-harmony-fb",
4040
"estraverse": "^1.9.0",

0 commit comments

Comments
 (0)