File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2828 "license" : " MIT" ,
2929 "author" : " The CoreUI Team (https://github.com/orgs/coreui/people)" ,
3030 "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" ,
3333 "files" : [
3434 " dist/" ,
3535 " src/"
3636 ],
3737 "scripts" : {
38- "build" : " rollup -c --bundleConfigAsCjs " ,
38+ "build" : " rollup --config " ,
3939 "test" : " jest --coverage" ,
4040 "test:update" : " jest --coverage --updateSnapshot"
4141 },
File renamed without changes.
Original file line number Diff line number Diff line change 1515 "noImplicitThis" : true ,
1616 "noImplicitAny" : true ,
1717 "strictNullChecks" : true ,
18- "suppressImplicitAnyIndexErrors" : true ,
1918 "noUnusedLocals" : true ,
2019 "noUnusedParameters" : true ,
2120 "esModuleInterop" : true
You can’t perform that action at this time.
0 commit comments