From 26105034da4fcce7ac883c899d781f016559310d Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 8 Nov 2018 00:38:48 +0800 Subject: switch to vuepress --- node_modules/when/node/function.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 node_modules/when/node/function.js (limited to 'node_modules/when/node') diff --git a/node_modules/when/node/function.js b/node_modules/when/node/function.js new file mode 100644 index 00000000..6736f1a9 --- /dev/null +++ b/node_modules/when/node/function.js @@ -0,0 +1,13 @@ +/** @license MIT License (c) copyright 2013 original author or authors */ + +/** + * @author Brian Cavalier + */ +(function(define) { 'use strict'; +define(function(require) { + + // DEPRECATED: Use when/node instead + return require('../node'); + +}); +}(typeof define === 'function' && define.amd ? define : function(factory) { module.exports = factory(require); })); -- cgit v1.2.3