Skip to content

Commit

Permalink
fix: remove is_js dependency (#1121)
Browse files Browse the repository at this point in the history
  • Loading branch information
jplaisted committed Sep 13, 2023
1 parent 4e68d6d commit ca67811
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 36 deletions.
77 changes: 42 additions & 35 deletions sdks/rollbar.js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion sdks/rollbar.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@
"url": "http://github.com/rollbar/rollbar.js"
},
"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.",
"keywords": ["error", "tracking", "logging", "debugging", "javascript"],
"keywords": [
"error",
"tracking",
"logging",
"debugging",
"javascript"
],
"license": "MIT",
"main": "src/server/rollbar.js",
"browser": "dist/rollbar.umd.min.js",
Expand Down

0 comments on commit ca67811

Please sign in to comment.