almighty-tool 0.0.22 → 0.0.23

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
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "almighty-tool",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "description": "Almighty Tool",
5
5
  "author": "happy",
6
6
  "private": false,
7
7
  "license": "MIT",
8
+ "keywords": ["tool", "almighty", "library"],
8
9
  "_moduleAliases": {
9
10
  "@root": "."
10
11
  },
@@ -1,7 +1,7 @@
1
1
  import fs from 'fs';
2
2
  import path from 'path';
3
3
  import mustache from 'mustache';
4
- import inflection from 'inflection';
4
+ import * as inflection from 'inflection';
5
5
  import yargs from 'yargs';
6
6
 
7
7
  /** 生成代码选项 */