aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/jsonify/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/jsonify/index.js')
-rw-r--r--deps/npm/node_modules/jsonify/index.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/deps/npm/node_modules/jsonify/index.js b/deps/npm/node_modules/jsonify/index.js
deleted file mode 100644
index f728a1605a..0000000000
--- a/deps/npm/node_modules/jsonify/index.js
+++ /dev/null
@@ -1,2 +0,0 @@
-exports.parse = require('./lib/parse');
-exports.stringify = require('./lib/stringify');