File tree Expand file tree Collapse file tree 3 files changed +15
-5
lines changed
Expand file tree Collapse file tree 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
27
38- ` Added ` :
49 - ` getFirstCharIndex(string: string): number ` method has been implemented.
Original file line number Diff line number Diff line change 11{
22 "name" : " string-utils-ts" ,
3- "version" : " 2.5.3 " ,
3+ "version" : " 2.5.4 " ,
44 "description" : " Provide some useful functions for strings" ,
55 "main" : " ./lib" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 88 "allowSyntheticDefaultImports" : true ,
99 "target" : " ES2021" ,
1010 "sourceMap" : true ,
11- "outDir" : " ./lib" ,
12- "baseUrl" : " ./" ,
11+ "outDir" : " ./lib/ " ,
12+ "baseUrl" : " ./src " ,
1313 "incremental" : true ,
1414 "skipLibCheck" : true ,
1515 "strictNullChecks" : false ,
1616 "noImplicitAny" : false ,
1717 "strictBindCallApply" : false ,
1818 "forceConsistentCasingInFileNames" : false ,
19- "noFallthroughCasesInSwitch" : false
19+ "noFallthroughCasesInSwitch" : false ,
20+ "paths" : {
21+ "string-utils-ts/case" : [" ./case/" ],
22+ "string-utils-ts/word" : [" ./word/" ]
23+ }
2024 },
25+ "include" : [" src/**/*" ],
2126 "exclude" : [" test/**/*.spec.ts" ]
2227}
You can’t perform that action at this time.
0 commit comments