Skip to content

Commit 5dfd8ae

Browse files
committed
Updated the package with the correct main script
1 parent ea7c0bb commit 5dfd8ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"version": "0.1.0",
44
"description": "JavaScript client for Exceptionless",
55
"license": "Apache",
6-
"main": "dist/exceptionless.js",
6+
"main": "dist/exceptionless.es5.js",
77
"scripts": {
8-
"prepublish": "bower install",
8+
"prepublish": "tsd reinstall -s",
99
"start": "gulp",
1010
"build": "gulp build",
1111
"test": "gulp test"

0 commit comments

Comments
 (0)