Skip to content

Commit 2574bf2

Browse files
committed
fix: uppercamelcase problem
1 parent 0623784 commit 2574bf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"empty-dir": "^0.2.1",
2222
"fs-extra": "^0.30.0",
2323
"left-pad": "^1.1.3",
24+
"simple-uppercamelcase": "^1.0.0",
2425
"through2": "^2.0.1",
25-
"uppercamelcase": "^1.1.0",
2626
"vinyl-fs": "^2.4.3",
2727
"which": "^1.2.10",
2828
"win-spawn": "^2.0.0"

src/generate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import api from 'dva-ast/lib/api';
2-
import upperCamelCase from 'uppercamelcase';
2+
import upperCamelCase from 'simple-uppercamelcase';
33
import { info, error } from './log';
44
import { basename, dirname, join } from 'path';
55

0 commit comments

Comments
 (0)