update dependencies to latest standards

This commit is contained in:
2017-04-19 20:02:43 +02:00
parent efa818680a
commit e73e704886
21 changed files with 1974 additions and 147 deletions

View File

@@ -1,8 +1,8 @@
import 'typings-global'
import * as Q from 'q'
import * as _ from 'lodash'
import * as smartq from 'smartq'
import * as lodash from 'lodash'
export {
Q,
_
smartq,
lodash
}