Skip to content

Commit

Permalink
fix: remove is_js dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jplaisted committed Sep 12, 2023
1 parent 848d5f0 commit 2e84993
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 36 deletions.
77 changes: 42 additions & 35 deletions 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 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 2e84993

Please sign in to comment.