Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

feat(queryRules): add Query Rules features #2286

Merged
merged 2 commits into from Apr 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -18,7 +18,7 @@
"type-check:watch": "yarn type-check --watch",
"test": "yarn jest",
"test:watch": "yarn jest --watch",
"test:e2e": "yarn test:regressions && yarn test:argos",
"test:e2e": "NODE_ENV=development yarn test:regressions && yarn test:argos",
"test:examples": "node scripts/test-examples.js",
"test:build": "yarn build && yarn test:size",
"test:regressions": "webpack --config integration/webpack.config.js && node integration/runTest.js",
Expand Down Expand Up @@ -129,19 +129,19 @@
},
{
"path": "packages/react-instantsearch/dist/umd/Connectors.min.js",
"maxSize": "40.25 kB"
"maxSize": "40.50 kB"
},
{
"path": "packages/react-instantsearch/dist/umd/Dom.min.js",
"maxSize": "63 kB"
"maxSize": "63.75 kB"
},
{
"path": "packages/react-instantsearch-core/dist/umd/ReactInstantSearchCore.min.js",
"maxSize": "41 kB"
"maxSize": "41.50 kB"
},
{
"path": "packages/react-instantsearch-dom/dist/umd/ReactInstantSearchDOM.min.js",
"maxSize": "63.25 kB"
"maxSize": "63.75 kB"
},
{
"path": "packages/react-instantsearch-dom-maps/dist/umd/ReactInstantSearchDOMMaps.min.js",
Expand Down