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 c481c91 commit 2ac472aCopy full SHA for 2ac472a
packages/web/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@appbaseio/reactivesearch",
3
- "version": "3.39.4",
+ "version": "3.40.1",
4
"description": "A React UI components library for building search experiences",
5
"main": "lib/index.js",
6
"types": "lib/index.d.ts",
@@ -20,7 +20,7 @@
20
"build:umd": "cross-env BABEL_ENV=commonjs webpack --progress -p --config webpack.config.umd.js",
21
"stats": "webpack --progress -p --config webpack.config.umd.js --json > stats.json",
22
"version-upgrade": "nps upgrade -c ../../package-scripts.js",
23
- "prepublish": "yarn run build",
+ "prepublishOnly": "yarn run build",
24
"postpublish": "yarn run version-upgrade",
25
"test": "jest",
26
"clear-cache-test": "jest --clearCache",
0 commit comments