clwy-express-generator 4.16.1 → 4.16.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -199,7 +199,6 @@ function createApplication (name, dir, options, done) {
199
199
  pkg.dependencies['http-errors'] = '~1.7.2'
200
200
  copyTemplateMulti('middlewares', dir + '/middlewares', '*.js')
201
201
 
202
- console.log(1111, options.view)
203
202
  switch (options.view) {
204
203
  case 'dust':
205
204
  copyTemplateMulti('views', dir + '/views', '*.dust')
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "clwy-express-generator",
3
3
  "description": "Express' application generator",
4
4
  "homepage": "https://github.com/clwy-cn/clwy-express-generator",
5
- "version": "4.16.1",
5
+ "version": "4.16.2",
6
6
  "author": "TJ Holowaychuk <tj@vision-media.ca>",
7
7
  "contributors": [
8
8
  "Aaron Heckmann <aaron.heckmann+github@gmail.com>",