Skip to content

Commit

Permalink
v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeHedman committed Feb 28, 2023
1 parent 914de3b commit ed2c88f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-mentions-continued",
"version": "5.0.0",
"version": "5.0.1",
"description": "React mentions input (forked from react-mentions)",
"main": "dist/react-mentions-continued.cjs.js",
"module": "dist/react-mentions-continued.esm.js",
Expand All @@ -14,7 +14,7 @@
"start": "cross-env NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=development webpack-dev-server --config demo/webpack.config.js",
"test": "jest",
"now-build": "webpack --config demo/webpack.config.js",
"prerelease": "yarn build",
"prepublishOnly": "yarn build",
"prepare": "husky install"
},
"repository": {
Expand Down

0 comments on commit ed2c88f

Please sign in to comment.