Skip to content
This repository has been archived by the owner on Jan 1, 2020. It is now read-only.

Commit

Permalink
fix(fs): Missing dependencies (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
IniZio committed Feb 15, 2018
1 parent 668fdb3 commit b0459ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions packages/clipped/src/instance/helper.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import path from 'path'
import fs from 'fs-extra'
import {castArray} from 'lodash'
import fsEditor from 'mem-fs-editor'
import memFs from 'mem-fs'
import Logger from 'artzlogger'
import {cloneRepo, exec, toArgs} from '../utils'

Expand Down
8 changes: 3 additions & 5 deletions packages/clipped/src/instance/preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import path from 'path'
import {isString, isFunction, castArray} from 'lodash'
import yeoman from 'yeoman-environment'
import {promisify} from 'util'
import memFs from 'mem-fs'
import fsEditor from 'mem-fs-editor'
import {createChainable} from 'jointed'
const baseGenerator = require('generator-clipped-base')

Expand All @@ -12,9 +10,9 @@ const stockPresets = {}
// NOTE: Need to be synchronous
/**
* basePreset - Initializes default value
*
* @param {Object} clipped
* @param {Object={}} opt
*
* @param {Object} clipped
* @param {Object={}} opt
*/
export function basePreset (clipped: Object, opt: Object = {}) {
// Initialize config
Expand Down

0 comments on commit b0459ab

Please sign in to comment.