From cc97a4dd2a967e1c2273bd5f4c5f49a5bf2e2585 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 27 Mar 2019 21:01:33 +0100 Subject: remove node_modules --- node_modules/https-browserify/readme.markdown | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 node_modules/https-browserify/readme.markdown (limited to 'node_modules/https-browserify/readme.markdown') diff --git a/node_modules/https-browserify/readme.markdown b/node_modules/https-browserify/readme.markdown deleted file mode 100644 index df04052a8..000000000 --- a/node_modules/https-browserify/readme.markdown +++ /dev/null @@ -1,22 +0,0 @@ -# https-browserify - -https module compatability for browserify - -# example - -``` js -var https = require('https-browserify') -var r = https.request('https://github.com') -r.on('request', function (res) { - console.log(res) -}) -``` - -# methods - -The API is the same as the client portion of the -[node core https module](http://nodejs.org/docs/latest/api/https.html). - -# license - -MIT -- cgit v1.2.3