File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " js-messages" ,
3- "version" : " 0.1.18 " ,
3+ "version" : " 0.1.19 " ,
44 "license" : " LGPL-3.0" ,
55 "homepage" : " https://github.com/js-works/js-messages" ,
66 "main" : " index.js" ,
7- "types" : " dist/types/js-messages .d.ts" ,
7+ "types" : " dist/types/index .d.ts" ,
88 "module" : " dist/js-messages.esm.production.js" ,
99 "unpkg" : " dist/js-messages.umd.production.js" ,
1010 "jsdelivr" : " dist/js-messages.umd.production.js" ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export default configs
2121
2222function createConfig ( moduleFormat , productive ) {
2323 return {
24- input : 'src/main/js-messages .ts' ,
24+ input : 'src/main/index .ts' ,
2525
2626 output : {
2727 file : productive
File renamed without changes.
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
33 "target" : " ES5" ,
4+ "strict" : true ,
45 "noImplicitAny" : true ,
56 "jsx" : " react" ,
67 "removeComments" : true ,
1617 ]
1718 },
1819 "files" : [
19- " src/main/js-messages .ts"
20+ " src/main/index .ts"
2021 ]
2122}
You can’t perform that action at this time.
0 commit comments