react-graph-grid 0.1.5 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-graph-grid",
|
|
3
3
|
"author": "Mikhail Razumtsev",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.7",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "A React package containing a grid that can communicate with other grids through a connection graph",
|
|
7
7
|
"keywords": [
|
|
@@ -9,6 +9,13 @@
|
|
|
9
9
|
],
|
|
10
10
|
"main": "dist/index.js",
|
|
11
11
|
"module": "dist/index.esm.js",
|
|
12
|
+
"exports": {
|
|
13
|
+
".": {
|
|
14
|
+
"import": "./dist/index.esm.js",
|
|
15
|
+
"require": "./dist/index.js"
|
|
16
|
+
},
|
|
17
|
+
"./default.css": "./dist/default.css"
|
|
18
|
+
},
|
|
12
19
|
"license": "MIT",
|
|
13
20
|
"type": "module",
|
|
14
21
|
"scripts": {
|
|
File without changes
|