Skip to content

Commit 2ac472a

Browse files
committed
v3.40.1
1 parent c481c91 commit 2ac472a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appbaseio/reactivesearch",
3-
"version": "3.39.4",
3+
"version": "3.40.1",
44
"description": "A React UI components library for building search experiences",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -20,7 +20,7 @@
2020
"build:umd": "cross-env BABEL_ENV=commonjs webpack --progress -p --config webpack.config.umd.js",
2121
"stats": "webpack --progress -p --config webpack.config.umd.js --json > stats.json",
2222
"version-upgrade": "nps upgrade -c ../../package-scripts.js",
23-
"prepublish": "yarn run build",
23+
"prepublishOnly": "yarn run build",
2424
"postpublish": "yarn run version-upgrade",
2525
"test": "jest",
2626
"clear-cache-test": "jest --clearCache",

0 commit comments

Comments
 (0)