File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ cd my-script
23
23
24
24
# install types-for-adobe
25
25
npm init -y
26
- npm i types-for-adobe
26
+ npm i @aenhancers/ types-for-adobe
27
27
28
28
# create tsconfig.json
29
29
printf ' {"compilerOptions":{"module":"none","noLib":true}}' > tsconfig.json
30
30
31
31
# 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
33
33
34
34
# compile typescript files
35
35
tsc
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " types-for-adobe" ,
2
+ "name" : " @aenhancers/ types-for-adobe" ,
3
3
"version" : " 6.0.1" ,
4
4
"files" : [
5
5
" AfterEffects" ,
You can’t perform that action at this time.
0 commit comments