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 914de3b commit ed2c88fCopy full SHA for ed2c88f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-mentions-continued",
3
- "version": "5.0.0",
+ "version": "5.0.1",
4
"description": "React mentions input (forked from react-mentions)",
5
"main": "dist/react-mentions-continued.cjs.js",
6
"module": "dist/react-mentions-continued.esm.js",
@@ -14,7 +14,7 @@
14
"start": "cross-env NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=development webpack-dev-server --config demo/webpack.config.js",
15
"test": "jest",
16
"now-build": "webpack --config demo/webpack.config.js",
17
- "prerelease": "yarn build",
+ "prepublishOnly": "yarn build",
18
"prepare": "husky install"
19
},
20
"repository": {
0 commit comments