Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/qs/lib/index.js')
-rw-r--r--node_modules/qs/lib/index.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/node_modules/qs/lib/index.js b/node_modules/qs/lib/index.js
deleted file mode 100644
index 0d6a97d..0000000
--- a/node_modules/qs/lib/index.js
+++ /dev/null
@@ -1,11 +0,0 @@
-'use strict';
-
-var stringify = require('./stringify');
-var parse = require('./parse');
-var formats = require('./formats');
-
-module.exports = {
- formats: formats,
- parse: parse,
- stringify: stringify
-};