File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 28
28
"license" : " MIT" ,
29
29
"author" : " The CoreUI Team (https://github.com/orgs/coreui/people)" ,
30
30
"main" : " dist/index.js" ,
31
- "module" : " dist/index.es .js" ,
32
- "jsnext:main" : " dist/index.es .js" ,
31
+ "module" : " dist/index.esm .js" ,
32
+ "jsnext:main" : " dist/index.esm .js" ,
33
33
"files" : [
34
34
" dist/" ,
35
35
" src/"
36
36
],
37
37
"scripts" : {
38
- "build" : " rollup -c --bundleConfigAsCjs " ,
38
+ "build" : " rollup --config " ,
39
39
"test" : " jest --coverage" ,
40
40
"test:update" : " jest --coverage --updateSnapshot"
41
41
},
File renamed without changes.
Original file line number Diff line number Diff line change 15
15
"noImplicitThis" : true ,
16
16
"noImplicitAny" : true ,
17
17
"strictNullChecks" : true ,
18
- "suppressImplicitAnyIndexErrors" : true ,
19
18
"noUnusedLocals" : true ,
20
19
"noUnusedParameters" : true ,
21
20
"esModuleInterop" : true
You can’t perform that action at this time.
0 commit comments