Skip to content

Commit 295dabf

Browse files
committed
Fix link to es6-promise
1 parent 448ec4d commit 295dabf

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
],
1313
"repository": {
1414
"type": "git",
15-
"url": "git://github.com/jakearchibald/ES6-Promises.git"
15+
"url": "git://github.com/stefanpenner/es6-promise.git"
1616
},
1717
"bugs": {
18-
"url": "https://github.com/jakearchibald/ES6-Promises/issues"
18+
"url": "https://github.com/stefanpenner/es6-promise/issues"
1919
},
2020
"license": "MIT",
2121
"ignore": [

config/versionTemplate.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
* @overview es6-promise - a tiny implementation of Promises/A+.
33
* @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
44
* @license Licensed under MIT license
5-
* See https://raw.githubusercontent.com/jakearchibald/es6-promise/master/LICENSE
5+
* See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
66
* @version VERSION_PLACEHOLDER_STRING
77
*/

dist/lib/es6-promise.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @overview es6-promise - a tiny implementation of Promises/A+.
33
* @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
44
* @license Licensed under MIT license
5-
* See https://raw.githubusercontent.com/jakearchibald/es6-promise/master/LICENSE
5+
* See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
66
* @version 3.2.2+39aa2571
77
*/
88

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
},
4343
"repository": {
4444
"type": "git",
45-
"url": "git://github.com/jakearchibald/ES6-Promises.git"
45+
"url": "git://github.com/stefanpenner/es6-promise.git"
4646
},
4747
"bugs": {
48-
"url": "https://github.com/jakearchibald/ES6-Promises/issues"
48+
"url": "https://github.com/stefanpenner/es6-promise/issues"
4949
},
5050
"browser": {
5151
"vertx": false

0 commit comments

Comments
 (0)