File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 33 "scripts" : {
44 },
55 "devDependencies" : {
6- "typescript-string-operations" : " ^1.5.0-beta.4 "
6+ "typescript-string-operations" : " ^1.5.0-beta"
77 }
88}
Original file line number Diff line number Diff line change 11< html >
22 < script > var exports = { } ; </ script >
3- < script src =".. /dist/index.min.js "> </ script >
3+ < script src ="./node_modules/typescript-string-operations /dist/index.min.js "> </ script >
44</ html >
Original file line number Diff line number Diff line change 22# yarn lockfile v1
33
44
5- typescript-string-operations@^1.5.0-beta.4 :
5+ typescript-string-operations@^1.5.0-beta :
66 version "1.5.0-beta.4"
77 resolved "https://registry.yarnpkg.com/typescript-string-operations/-/typescript-string-operations-1.5.0-beta.4.tgz#09e9910d7846a1e33caaa53cad150c2c0eb7b846"
88 integrity sha512-bUeUdJ6P+evjV5a9PzOhRCpfObvEmTAWWHoo7KJYtQ4ED0rdLcLV/+70+o4USYTmvwPPhXKpNkTQ6eByhv8NDA==
Original file line number Diff line number Diff line change 55 "compilerOptions" : {
66 "noImplicitAny" : true ,
77 "removeComments" : true ,
8- "target" : " ES5 " ,
8+ "target" : " es5 " ,
99 "module" : " commonjs" ,
1010 "outDir" : " ./dist" ,
11- "skipLibCheck" : true ,
12- "experimentalDecorators" : true
11+ "skipLibCheck" : true
1312 }
1413}
You can’t perform that action at this time.
0 commit comments