File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ cd my-script
2323
2424# install types-for-adobe
2525npm init -y
26- npm i types-for-adobe
26+ npm i @aenhancers/ types-for-adobe
2727
2828# create tsconfig.json
2929printf ' {"compilerOptions":{"module":"none","noLib":true}}' > tsconfig.json
3030
3131# create index.ts and change reference types to Adobe product you're targeting
32- printf ' /// <reference types="types-for-adobe/Illustrator/2015.3"/>\nalert(String(app));\n' > index.ts
32+ printf ' /// <reference types="@aenhancers/ types-for-adobe/Illustrator/2015.3"/>\nalert(String(app));\n' > index.ts
3333
3434# compile typescript files
3535tsc
Original file line number Diff line number Diff line change 11{
2- "name" : " types-for-adobe" ,
2+ "name" : " @aenhancers/ types-for-adobe" ,
33 "version" : " 6.0.1" ,
44 "files" : [
55 " AfterEffects" ,
You can’t perform that action at this time.
0 commit comments