ExtendScript / extendscript-modules

ExtendScript modules hosted on NPM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update names of main entry scripts to be consistent.

GitBruno opened this issue · comments

At the moment the polyfiles are different from utils:

#include 'node_modules/@extendscript/aes.bundle.array/bundle.array.js'
#include 'node_modules/@extendscript/ind.util.rulers/rulers.js'

Should be:

#include 'node_modules/@extendscript/aes.bundle.array/array.js'
#include 'node_modules/@extendscript/ind.util.rulers/rulers.js'

As described in the Publishing Docs