Skip to content

Commit ea5607f

Browse files
author
An Nguyen Q
committed
build: update package name
1 parent 7d39331 commit ea5607f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "react-grid-container",
2+
"name": "react-grid-container-query",
33
"version": "0.0.3",
44
"license": "MIT",
55
"author": "An Nguyen Q. <ngquangan.dev@gmail.com>",
66
"main": "dist/index.js",
7-
"module": "dist/react-grid-container.esm.js",
7+
"module": "dist/react-grid-container-query.esm.js",
88
"typings": "dist/index.d.ts",
99
"files": [
1010
"dist"
@@ -53,11 +53,11 @@
5353
},
5454
"size-limit": [
5555
{
56-
"path": "dist/react-grid-container.cjs.production.min.js",
56+
"path": "dist/react-grid-container-query.cjs.production.min.js",
5757
"limit": "10 KB"
5858
},
5959
{
60-
"path": "dist/react-grid-container.esm.js",
60+
"path": "dist/react-grid-container-query.esm.js",
6161
"limit": "10 KB"
6262
}
6363
],

0 commit comments

Comments
 (0)