Skip to content

Commit 7bb8a07

Browse files
committed
update package.json to reflect existing folder structure
1 parent cd0b968 commit 7bb8a07

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

package.json

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,16 @@
33
"version": "6.1.0",
44
"description": "A React Tiling Window Manager",
55
"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",
99
"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"
1313
},
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"],
1916
"repository": {
2017
"type": "git",
2118
"url": "https://github.com/nomcopter/react-mosaic.git"

0 commit comments

Comments
 (0)