Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Bruno Herfst
Copyright (c) 2018 extendscript.org

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# extendscripter-template
A template to kickstart your ExtendScript development

$ git clone https://github.com/GitBruno/extendscripter-template.git
$ git clone https://github.com/ExtendScript/extendscripter-template.git
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/GitBruno/extendscripter-template.git"
"url": "git+https://github.com/ExtendScript/extendscripter-template.git"
},
"keywords": [
"extendscript"
],
"contributers": "Bruno Herfst",
"contributers": "extendscript.org",
"license": "MIT",
"bugs": {
"url": "https://github.com/GitBruno/extendscripter-template/issues"
"url": "https://github.com/ExtendScript/extendscripter-template/issues"
},
"homepage": "https://github.com/GitBruno/extendscripters/wiki",
"homepage": "https://github.com/ExtendScript/extendscripters/wiki",
"devDependencies": {
"extendscript-bundlr": ">=0.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion template.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

A template to kickstart your ExtendScript development

https://github.com/GitBruno/extendscripter-template
https://github.com/ExtendScript/extendscripter-template

*/

Expand Down
2 changes: 1 addition & 1 deletion template.source.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

A template to kickstart your ExtendScript development

https://github.com/GitBruno/extendscripter-template
https://github.com/ExtendScript/extendscripter-template

*/

Expand Down