first commit
This commit is contained in:
8
app_vue/node_modules/event-pubsub/event-pubsub.js
generated
vendored
Normal file
8
app_vue/node_modules/event-pubsub/event-pubsub.js
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
'use strict';
|
||||
|
||||
let EventPubSub = require('./es5');
|
||||
if(process.version[1]>5){
|
||||
EventPubSub = require('./es6');
|
||||
}
|
||||
|
||||
module.exports=EventPubSub;
|
Reference in New Issue
Block a user