mirror of
https://github.com/amark/gun.git
synced 2026-03-04 16:25:25 +00:00
Merge pull request #143 from PsychoLlama/develop
Remove unused "formidable" dependency in wsp.js
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
;(function(wsp){
|
||||
var Gun = require('../gun')
|
||||
, formidable = require('formidable')
|
||||
var Gun = require('../gun')
|
||||
, ws = require('ws').Server
|
||||
, http = require('./http')
|
||||
, url = require('url');
|
||||
|
||||
Reference in New Issue
Block a user