File tree 1 file changed +8
-11
lines changed
1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 6.1.0" ,
4
4
"description" : " A React Tiling Window Manager" ,
5
5
"license" : " Apache-2.0" ,
6
- "main" : " ./cjs/index.js" ,
7
- "module" : " ./esm/index.js" ,
8
- "typings" : " index.d.ts" ,
6
+ "main" : " ./lib/ cjs/index.js" ,
7
+ "module" : " ./lib/ esm/index.js" ,
8
+ "typings" : " ./lib/ index.d.ts" ,
9
9
"exports" : {
10
- "import" : " ./esm/index.js" ,
11
- "require" : " ./cjs/index.js" ,
12
- "default" : " ./cjs/index.js"
10
+ "import" : " ./lib/ esm/index.js" ,
11
+ "require" : " ./lib/ cjs/index.js" ,
12
+ "default" : " ./lib/ cjs/index.js"
13
13
},
14
- "style" : " lib/react-mosaic.css" ,
15
- "files" : [
16
- " /lib" ,
17
- " /index.d.ts"
18
- ],
14
+ "style" : " ./react-mosaic-component.css" ,
15
+ "files" : [" /lib" , " react-mosaic-component.css" ],
19
16
"repository" : {
20
17
"type" : " git" ,
21
18
"url" : " https://github.com/nomcopter/react-mosaic.git"
You can’t perform that action at this time.
0 commit comments