Skip to content

Commit e964ecb

Browse files
authored
Merge pull request #1071 from rollbar/paul/npmjs-seo
Add keywords and more detailed description to package.json
2 parents d6b09e2 + 35b3cc0 commit e964ecb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"type": "git",
66
"url": "http://github.com/rollbar/rollbar.js"
77
},
8-
"description": "Error tracking and logging from JS to Rollbar",
8+
"description": "Effortlessly track and debug errors in your JavaScript applications with Rollbar. This package includes advanced error tracking features and an intuitive interface to help you identify and fix issues more quickly.",
9+
"keywords": ["error", "tracking", "logging", "debugging", "javascript"],
910
"license": "MIT",
1011
"main": "src/server/rollbar.js",
1112
"browser": "dist/rollbar.umd.min.js",

0 commit comments

Comments
 (0)