Skip to content

Commit ac2070d

Browse files
committed
Fix package.json
1 parent f549a50 commit ac2070d

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

package.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,16 @@
33
"version": "0.2.0",
44
"description": "Experimental client-side JavaScript library to report errors to Stackdriver Error Reporting",
55
"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-
},
136
"scripts": {
147
"test": "gulp",
158
"dist": "gulp dist",
169
"lint": "gulp lint",
1710
"start": "gulp min-demo"
1811
},
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/GoogleCloudPlatform/stackdriver-errors-js"
15+
},
1916
"keywords": [
2017
"stackdriver",
2118
"error",

0 commit comments

Comments
 (0)