Skip to content

Commit

Permalink
More replacements of q-io by m-io
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Dec 19, 2016
1 parent b5d2f5b commit f2dd765
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion handlebars/helpers.js
Expand Up @@ -7,7 +7,7 @@ var debug = require('debug')('thought:helpers')
var glob = require('glob')
var findPackage = require('find-package')
var Handlebars = require('handlebars')
var qfs = require('q-io/fs')
var qfs = require('m-io/fs')
var util = require('util')
var collect = require('stream-collect')
var Q = require('q')
Expand Down
2 changes: 1 addition & 1 deletion handlebars/preprocessor.js
@@ -1,4 +1,4 @@
var qfs = require('q-io/fs')
var qfs = require('m-io/fs')
var _ = require('lodash')
var path = require('path')
// var Q = require('q')
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"archy": "^1.0.0",
"commander": "^2.8.1",
"customize": "<1.0.0",
"customize": "nknapp/customize#01af3e9",
"customize-engine-handlebars": "<1.0.0",
"customize-write-files": "^0.1.2",
"debug": "^2.2.0",
Expand All @@ -45,7 +45,7 @@
"handlebars": "^4.0.5",
"jsdoc-parse": "^1.2.7",
"lodash": "^4.13.1",
"m-io": "^0.1.1",
"m-io": "^0.3.0",
"minimatch": "^3.0.2",
"multilang-apidocs": "^0.2.1",
"q": "^1.4.1",
Expand Down

0 comments on commit f2dd765

Please sign in to comment.