Skip to content

Commit e98bb94

Browse files
committed
move package to aenhancers organization
1 parent 052bc32 commit e98bb94

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ cd my-script
2323

2424
# install types-for-adobe
2525
npm init -y
26-
npm i types-for-adobe
26+
npm i @aenhancers/types-for-adobe
2727

2828
# create tsconfig.json
2929
printf '{"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
3535
tsc

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "types-for-adobe",
2+
"name": "@aenhancers/types-for-adobe",
33
"version": "6.0.1",
44
"files": [
55
"AfterEffects",

0 commit comments

Comments
 (0)