File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @react-zero-ui/core" ,
3- "version" : " 0.3.1" ,
3+ "version" : " 0.3.1-beta.1 " ,
44 "description" : " Zero re-render, global UI state management for React" ,
55 "private" : false ,
66 "type" : " module" ,
1313 "files" : [
1414 " dist/**/*" ,
1515 " README.md" ,
16- " LICENSE"
16+ " LICENSE" ,
17+ " !*.test.js" ,
18+ " !*.test.cjs"
1719 ],
1820 "exports" : {
1921 "." : {
121123 "@types/react" : " ^19.1.8" ,
122124 "tsx" : " ^4.20.3"
123125 }
124- }
126+ }
Original file line number Diff line number Diff line change 22{
33 "extends" : " ../../tsconfig.base.json" ,
44 /* — compile exactly one file — */
5- "include" : [" src/**/*" ],
6- "exclude" : [" src/**/*.test.ts" , " ./src/postcss/utilities.ts" ],
5+ "include" : [
6+ " src/**/*"
7+ ],
8+ "exclude" : [
9+ " src/**/*.test.ts" ,
10+ " ./src/postcss/test-utilities.ts"
11+ ],
712 /* — compiler output — */
813 "compilerOptions" : {
914 "esModuleInterop" : true ,
1217 "noEmit" : false ,
1318 "removeComments" : false
1419 }
15- }
20+ }
You can’t perform that action at this time.
0 commit comments