feature(package) emitify v3.0.2

This commit is contained in:
coderaiser 2017-04-28 15:56:11 +03:00
parent ad65f25950
commit 75a590a411
3 changed files with 5 additions and 3 deletions

View file

@ -4,7 +4,7 @@
window.exec = require('execon');
// prevent additional loading of emitify
window.Emitify = require('emitify');
window.Emitify = require('emitify/legacy');
window.CloudCmd = (config) => {
window.Promise = window.Promise || require('es6-promise');

View file

@ -2,7 +2,7 @@
const itype = require('itype/legacy');
const jonny = require('jonny');
const Emitify = require('emitify');
const Emitify = require('emitify/legacy');
const exec = require('execon');
const Images = require('./images');
const Events = require('./events');

View file

@ -44,6 +44,8 @@
"scripts": {
"start": "node bin/cloudcmd.js",
"start:dev": "NODE_ENV=development node bin/cloudcmd.js",
"build:start": "redrun build:client start",
"build:start:dev": "redrun build:client:dev start:dev",
"security": "nsp check",
"codestyle": "redrun lint spell",
"lint": "redrun lint:*",
@ -160,7 +162,7 @@
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.18.0",
"coveralls": "^2.11.6",
"emitify": "^2.1.1",
"emitify": "^3.0.2",
"es6-promise": "^4.0.5",
"es6-promisify": "^5.0.0",
"eslint": "^3.1.1",