fix(core): update
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
* autocreated commitinfo by @pushrocks/commitinfo
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@pushrocks/smartmongo',
|
||||
version: '2.0.7',
|
||||
name: '@push.rocks/smartmongo',
|
||||
version: '2.0.8',
|
||||
description: 'create a local mongodb for testing'
|
||||
}
|
||||
|
@ -1,8 +1,8 @@
|
||||
// @pushrocks scope
|
||||
import * as mongodump from '@pushrocks/mongodump';
|
||||
import * as smartdata from '@pushrocks/smartdata';
|
||||
import * as smartpath from '@pushrocks/smartpath';
|
||||
import * as smartpromise from '@pushrocks/smartpromise';
|
||||
import * as mongodump from '@push.rocks/mongodump';
|
||||
import * as smartdata from '@push.rocks/smartdata';
|
||||
import * as smartpath from '@push.rocks/smartpath';
|
||||
import * as smartpromise from '@push.rocks/smartpromise';
|
||||
|
||||
export {
|
||||
mongodump,
|
||||
|
Reference in New Issue
Block a user