File tree 3 files changed +15
-5
lines changed
3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1
- # Version 2.5.0 [ ON-GOING]
1
+ # Version 2.5.4
2
+
3
+ - ` Patch ` :
4
+ - Paths are patched.
5
+
6
+ # Version 2.5.0
2
7
3
8
- ` Added ` :
4
9
- ` getFirstCharIndex(string: string): number ` method has been implemented.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " string-utils-ts" ,
3
- "version" : " 2.5.3 " ,
3
+ "version" : " 2.5.4 " ,
4
4
"description" : " Provide some useful functions for strings" ,
5
5
"main" : " ./lib" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 8
8
"allowSyntheticDefaultImports" : true ,
9
9
"target" : " ES2021" ,
10
10
"sourceMap" : true ,
11
- "outDir" : " ./lib" ,
12
- "baseUrl" : " ./" ,
11
+ "outDir" : " ./lib/ " ,
12
+ "baseUrl" : " ./src " ,
13
13
"incremental" : true ,
14
14
"skipLibCheck" : true ,
15
15
"strictNullChecks" : false ,
16
16
"noImplicitAny" : false ,
17
17
"strictBindCallApply" : false ,
18
18
"forceConsistentCasingInFileNames" : false ,
19
- "noFallthroughCasesInSwitch" : false
19
+ "noFallthroughCasesInSwitch" : false ,
20
+ "paths" : {
21
+ "string-utils-ts/case" : [" ./case/" ],
22
+ "string-utils-ts/word" : [" ./word/" ]
23
+ }
20
24
},
25
+ "include" : [" src/**/*" ],
21
26
"exclude" : [" test/**/*.spec.ts" ]
22
27
}
You can’t perform that action at this time.
0 commit comments