We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7c0bb commit 5dfd8aeCopy full SHA for 5dfd8ae
package.json
@@ -3,9 +3,9 @@
3
"version": "0.1.0",
4
"description": "JavaScript client for Exceptionless",
5
"license": "Apache",
6
- "main": "dist/exceptionless.js",
+ "main": "dist/exceptionless.es5.js",
7
"scripts": {
8
- "prepublish": "bower install",
+ "prepublish": "tsd reinstall -s",
9
"start": "gulp",
10
"build": "gulp build",
11
"test": "gulp test"
0 commit comments