File tree 4 files changed +13
-3
lines changed
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 22
22
"module" : " ./dist/esm/index.js" ,
23
23
"types" : " ./lib/index.d.ts" ,
24
24
"files" : [
25
- " dist"
25
+ " dist" ,
26
+ " lib"
26
27
],
27
28
"repository" : {
28
29
"type" : " git" ,
Original file line number Diff line number Diff line change 18
18
"license" : " MIT" ,
19
19
"types" : " ./lib/index.d.ts" ,
20
20
"files" : [
21
- " dist"
21
+ " dist" ,
22
+ " lib"
22
23
],
23
24
"scripts" : {
24
25
"start" : " cross-env NODE_ENV=development ../../scripts/build.sh" ,
Original file line number Diff line number Diff line change 8
8
"module" : " ./dist/esm/index.js" ,
9
9
"types" : " ./lib/index.d.ts" ,
10
10
"files" : [
11
- " dist"
11
+ " dist" ,
12
+ " lib"
12
13
],
13
14
"scripts" : {
14
15
"start" : " cross-env NODE_ENV=development ../../scripts/build.sh" ,
You can’t perform that action at this time.
0 commit comments