File tree Expand file tree Collapse file tree 3 files changed +2747
-1006
lines changed Expand file tree Collapse file tree 3 files changed +2747
-1006
lines changed Original file line number Diff line number Diff line change 2929 "homepage" : " https://github.com/sevensc/typescript-string-operations#readme" ,
3030 "devDependencies" : {
3131 "@types/chai" : " ^4.2.7" ,
32- "@types/mocha" : " ^9.1.1" ,
33- "@types/node" : " ^18.7.11" ,
34- "@typescript-eslint/eslint-plugin" : " ^5.34.0" ,
35- "@typescript-eslint/parser" : " ^5.34.0" ,
32+ "@types/mocha" : " ^2.2.48" ,
3633 "chai" : " ^4.2.0" ,
37- "eslint" : " ^8.22.0" ,
38- "mocha" : " ^10.0.0" ,
39- "ts-node" : " ^10.9.1" ,
40- "typescript" : " ^4.7.4" ,
41- "uglify-js" : " ^3.17.0"
34+ "gulp" : " ^4.0.2" ,
35+ "gulp-rename" : " ^1.4.0" ,
36+ "gulp-typescript" : " ^3.2.4" ,
37+ "gulp-uglify" : " ^3.0.2" ,
38+ "mocha" : " ^5.2.0" ,
39+ "pump" : " ^2.0.1" ,
40+ "ts-node" : " ^3.2.0" ,
41+ "typescript" : " ^2.9.2"
4242 },
4343 "directories" : {
4444 "test" : " tests"
4545 },
4646 "resolutions" : {
4747 "natives" : " 1.1.3"
4848 }
49- }
49+ }
Original file line number Diff line number Diff line change 55 "compilerOptions" : {
66 "noImplicitAny" : true ,
77 "removeComments" : true ,
8- "target" : " es5 " ,
8+ "target" : " esnext " ,
99 "module" : " commonjs" ,
1010 "outDir" : " ./dist" ,
1111 "skipLibCheck" : true
12- }
12+ }
1313}
You can’t perform that action at this time.
0 commit comments