Skip to content

Commit 90538cb

Browse files
author
Bruno Herfst
authored
Merge pull request #1 from GitBruno/master
Proper handover
2 parents e18535d + 1aa7954 commit 90538cb

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Bruno Herfst
3+
Copyright (c) 2018 extendscript.org
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# extendscripter-template
22
A template to kickstart your ExtendScript development
33

4-
$ git clone https://github.com/GitBruno/extendscripter-template.git
4+
$ git clone https://github.com/ExtendScript/extendscripter-template.git

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/GitBruno/extendscripter-template.git"
12+
"url": "git+https://github.com/ExtendScript/extendscripter-template.git"
1313
},
1414
"keywords": [
1515
"extendscript"
1616
],
17-
"contributers": "Bruno Herfst",
17+
"contributers": "extendscript.org",
1818
"license": "MIT",
1919
"bugs": {
20-
"url": "https://github.com/GitBruno/extendscripter-template/issues"
20+
"url": "https://github.com/ExtendScript/extendscripter-template/issues"
2121
},
22-
"homepage": "https://github.com/GitBruno/extendscripters/wiki",
22+
"homepage": "https://github.com/ExtendScript/extendscripters/wiki",
2323
"devDependencies": {
2424
"extendscript-bundlr": ">=0.3.1"
2525
}

template.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
A template to kickstart your ExtendScript development
55
6-
https://github.com/GitBruno/extendscripter-template
6+
https://github.com/ExtendScript/extendscripter-template
77
88
*/
99

template.source.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
A template to kickstart your ExtendScript development
55
6-
https://github.com/GitBruno/extendscripter-template
6+
https://github.com/ExtendScript/extendscripter-template
77
88
*/
99

0 commit comments

Comments
 (0)