Skip to content

Commit

Permalink
bug on builderjs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslabbe committed Oct 4, 2016
1 parent e3c8933 commit bdfcbec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cli/Builder.js
@@ -1,5 +1,5 @@
import fse from 'fs-extra'
import {saveHtml} from './controllers/Save'
import {saveHtml} from './cms/operations/save'
import path from 'path'

import {
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
@@ -1,6 +1,6 @@
#!/usr/bin/env node
import {Promise} from 'es6-promise'
import Create from './cli/Create'
import Create from './cli/cms/Create'
import Builder from './cli/Builder'
import {config} from './cli'
import {exec} from 'child_process'
Expand Down

0 comments on commit bdfcbec

Please sign in to comment.