We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f549a50 commit ac2070dCopy full SHA for ac2070d
1 file changed
package.json
@@ -3,19 +3,16 @@
3
"version": "0.2.0",
4
"description": "Experimental client-side JavaScript library to report errors to Stackdriver Error Reporting",
5
"main": "stackdriver-errors.js",
6
- "scripts": {
7
- "test": "gulp test"
8
- },
9
- "repository": {
10
- "type": "git",
11
- "url": "https://github.com/GoogleCloudPlatform/stackdriver-errors-js"
12
13
"scripts": {
14
"test": "gulp",
15
"dist": "gulp dist",
16
"lint": "gulp lint",
17
"start": "gulp min-demo"
18
},
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/GoogleCloudPlatform/stackdriver-errors-js"
+ },
19
"keywords": [
20
"stackdriver",
21
"error",
0 commit comments