File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed
Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @craftjs/layers ' : patch
3+ ' @craftjs/utils ' : patch
4+ ' @craftjs/core ' : patch
5+ ---
6+
7+ Fix regression - include typings in npm package
Original file line number Diff line number Diff line change 2222 "module" : " ./dist/esm/index.js" ,
2323 "types" : " ./lib/index.d.ts" ,
2424 "files" : [
25- " dist"
25+ " dist" ,
26+ " lib"
2627 ],
2728 "repository" : {
2829 "type" : " git" ,
Original file line number Diff line number Diff line change 1818 "license" : " MIT" ,
1919 "types" : " ./lib/index.d.ts" ,
2020 "files" : [
21- " dist"
21+ " dist" ,
22+ " lib"
2223 ],
2324 "scripts" : {
2425 "start" : " cross-env NODE_ENV=development ../../scripts/build.sh" ,
Original file line number Diff line number Diff line change 88 "module" : " ./dist/esm/index.js" ,
99 "types" : " ./lib/index.d.ts" ,
1010 "files" : [
11- " dist"
11+ " dist" ,
12+ " lib"
1213 ],
1314 "scripts" : {
1415 "start" : " cross-env NODE_ENV=development ../../scripts/build.sh" ,
You can’t perform that action at this time.
0 commit comments