aboutsummaryrefslogtreecommitdiff
path: root/node_modules/release-zalgo/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/release-zalgo/index.js')
-rw-r--r--node_modules/release-zalgo/index.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/node_modules/release-zalgo/index.js b/node_modules/release-zalgo/index.js
deleted file mode 100644
index 151cb0d96..000000000
--- a/node_modules/release-zalgo/index.js
+++ /dev/null
@@ -1,9 +0,0 @@
-'use strict'
-
-const Async = require('./lib/Async')
-const Sync = require('./lib/Sync')
-const unwrapSync = require('./lib/unwrapSync')
-
-exports.sync = () => new Sync()
-exports.async = () => new Async()
-exports.unwrapSync = unwrapSync