Skip to content

Commit ca540c9

Browse files
authored
fix: remove is_js dependency (rollbar#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

+42-35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+7-1
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)