Skip to content

Commit 2caccd8

Browse files
author
fabianmoronzirfas
committed
re-init package.json
1 parent 351e22a commit 2caccd8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"clean:dist": "rm -rf ./test/dist ; mkdir ./test/dist",
1111
"compile:test:illustrator": "node ./index.js -s test/src/illustrator.js -o test/dist/illustrator.js -t 'illustrator'",
1212
"compile:test:indesign": "node ./index.js -s test/src/indesign.js -o test/dist/indesign.js -t 'indesign'",
13-
"compile:test:indesign-basil": "./node_modules/.bin/exsbundlr -i test/src/indesign-basil.js -o test/dist/indesign-basil.bundle.js & node ./index.js -s test/dist/indesign-basil.bundle.js -o test/dist/indesign-basil.js",
13+
"compile:test:indesign-basil": "exsbundlr -i test/src/indesign-basil.js -o test/dist/indesign-basil.bundle.js & node ./index.js -s test/dist/indesign-basil.bundle.js -o test/dist/indesign-basil.js",
1414
"compile:test:aftereffects": "node ./index.js -s test/src/aftereffects.js -o test/dist/aftereffects.js -t 'aftereffects'",
1515
"compile:test:photoshop": "node ./index.js -s test/src/photoshop.js -o test/dist/photoshop.js -t 'photoshop'",
1616
"compile:test:all": "npm run compile:test:illustrator & npm run compile:test:indesign & npm run compile:test:indesign-basil & npm run compile:test:aftereffects & npm run compile:test:photoshop",
@@ -20,7 +20,7 @@
2020
},
2121
"repository": {
2222
"type": "git",
23-
"url": "https://github.com/ExtendScript/extendscriptr.git"
23+
"url": "git+https://github.com/ExtendScript/extendscriptr.git"
2424
},
2525
"keywords": [
2626
"automation",
@@ -75,5 +75,9 @@
7575
"engineStrict": true,
7676
"engines": {
7777
"npm": ">=3.0.0"
78+
},
79+
"main": "index.js",
80+
"directories": {
81+
"test": "test"
7882
}
7983
}

0 commit comments

Comments
 (0)