Skip to content

Commit ea44c27

Browse files
author
Lucas Vogel
committed
Updated the prototypes package
1 parent eae4fc3 commit ea44c27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ extendscriptr.options.forEach(function(opt) {
2424
);
2525
});
2626

27-
var prototypePolyfills = fs.readFileSync('./node_modules/extendscript.prototypes/dist/extendscript.prototypes.0.0.5.jsx');
27+
var prototypePolyfills = fs.readFileSync('./node_modules/extendscript.prototypes/lib/extendscript.prototypes.js');
2828
var browserifyPlugins = [ [ prependify, prototypePolyfills ] ];
2929

3030
var adobeTarget = String(extendscriptr.target).toLowerCase();

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"babelify": "^7.3.0",
4848
"browserify": "^13.0.0",
4949
"commander": "^2.9.0",
50-
"extendscript.prototypes": "0.0.5",
50+
"extendscript.prototypes": "0.0.8",
5151
"prependify": "^1.2.0"
5252
}
5353
}

0 commit comments

Comments
 (0)