Skip to content

Commit 92e9f45

Browse files
authored
Renamed TypeScript definition file name (#98)
Signed-off-by: Tomasz Wojno tomek.wojno@gmail.com
1 parent 9ed71b9 commit 92e9f45

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.10.0",
44
"description": "Experimental client-side JavaScript library to report errors to Stackdriver Error Reporting",
55
"main": "stackdriver-errors.js",
6-
"types": "index.d.ts",
6+
"types": "stackdriver-errors.d.ts",
77
"scripts": {
88
"clean": "rimraf dist/",
99
"dist": "gulp lib-concat",
File renamed without changes.

0 commit comments

Comments
 (0)