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 c99c5be commit 6cbde6eCopy full SHA for 6cbde6e
package.json
@@ -2,7 +2,10 @@
2
"name": "react-grid-container-query",
3
"version": "0.0.7",
4
"license": "MIT",
5
- "author": "An Nguyen Q. <ngquangan.dev@gmail.com>",
+ "author": {
6
+ "name": "Felix Nguyen",
7
+ "email": "im.felixng@gmail.com"
8
+ },
9
"main": "dist/index.js",
10
"module": "dist/react-grid-container-query.esm.js",
11
"typings": "dist/index.d.ts",
@@ -94,4 +97,4 @@
94
97
"access": "public",
95
98
"registry": "https://registry.npmjs.org"
96
99
}
-}
100
+}
0 commit comments