Skip to content

Commit e3147b9

Browse files
committed
Remove json-stringify-safe dependency from package.json
1 parent f3cc932 commit e3147b9

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
"url": "git://github.com/getsentry/raven-js.git"
1414
},
1515
"main": "src/singleton.js",
16-
"dependencies": {
17-
"json-stringify-safe": "^5.0.1"
18-
},
1916
"devDependencies": {
2017
"bluebird": "^3.4.1",
2118
"browserify-versionify": "^1.0.6",

plugins/react-native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// /var/containers/Bundle/Application/{DEVICE_ID}/HelloWorld.app/main.jsbundle
2424

2525
var PATH_STRIP_RE = /^.*\/[^\.]+(\.app|CodePush)/;
26-
var stringify = require('json-stringify-safe');
26+
var stringify = require('../vendor/json-stringify-safe/stringify');
2727
var FATAL_ERROR_KEY = '--rn-fatal--';
2828
var ASYNC_STORAGE_KEY = '--raven-js-global-error-payload--';
2929

0 commit comments

Comments
 (0)