We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed71b9 commit 92e9f45Copy full SHA for 92e9f45
2 files changed
package.json
@@ -3,7 +3,7 @@
3
"version": "0.10.0",
4
"description": "Experimental client-side JavaScript library to report errors to Stackdriver Error Reporting",
5
"main": "stackdriver-errors.js",
6
- "types": "index.d.ts",
+ "types": "stackdriver-errors.d.ts",
7
"scripts": {
8
"clean": "rimraf dist/",
9
"dist": "gulp lib-concat",
index.d.ts stackdriver-errors.d.tsindex.d.ts renamed to stackdriver-errors.d.ts
0 commit comments