clwy-express-generator 5.0.4 → 5.0.5

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.
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": "5.0.4",
5
+ "version": "5.0.5",
6
6
  "author": "TJ Holowaychuk <tj@vision-media.ca>",
7
7
  "contributors": [
8
8
  "Aaron Heckmann <aaron.heckmann+github@gmail.com>",
@@ -1,4 +1,5 @@
1
1
  import express from 'express';
2
+
2
3
  const router = express.Router();
3
4
 
4
5
  /* GET home page. */
@@ -1,4 +1,5 @@
1
1
  import express from 'express';
2
+
2
3
  const router = express.Router();
3
4
 
4
5
  /* GET users listing. */