Skip to content

Commit ca540c9

Browse files
authored
fix: remove is_js dependency (#1121)
1 parent 848d5f0 commit ca540c9

File tree

2 files changed

+49
-36
lines changed

2 files changed

+49
-36
lines changed

package-lock.json

Lines changed: 42 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@
66
"url": "http://github.com/rollbar/rollbar.js"
77
},
88
"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"],
9+
"keywords": [
10+
"error",
11+
"tracking",
12+
"logging",
13+
"debugging",
14+
"javascript"
15+
],
1016
"license": "MIT",
1117
"main": "src/server/rollbar.js",
1218
"browser": "dist/rollbar.umd.min.js",

0 commit comments

Comments
 (0)