mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(package) emitify v3.0.2
This commit is contained in:
parent
ad65f25950
commit
75a590a411
3 changed files with 5 additions and 3 deletions
|
|
@ -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');
|
||||
|
|
|
|||
|
|
@ -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');
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue