We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d39331 commit ea5607fCopy full SHA for ea5607f
package.json
@@ -1,10 +1,10 @@
1
{
2
- "name": "react-grid-container",
+ "name": "react-grid-container-query",
3
"version": "0.0.3",
4
"license": "MIT",
5
"author": "An Nguyen Q. <ngquangan.dev@gmail.com>",
6
"main": "dist/index.js",
7
- "module": "dist/react-grid-container.esm.js",
+ "module": "dist/react-grid-container-query.esm.js",
8
"typings": "dist/index.d.ts",
9
"files": [
10
"dist"
@@ -53,11 +53,11 @@
53
},
54
"size-limit": [
55
56
- "path": "dist/react-grid-container.cjs.production.min.js",
+ "path": "dist/react-grid-container-query.cjs.production.min.js",
57
"limit": "10 KB"
58
59
60
- "path": "dist/react-grid-container.esm.js",
+ "path": "dist/react-grid-container-query.esm.js",
61
62
}
63
],
0 commit comments