Skip to content

Commit

Permalink
stimulus-autocomplete v3.0.0-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
afcapel committed Nov 14, 2021
1 parent cc6a6bf commit 80f19d4
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": "stimulus-autocomplete",
"version": "3.0.0-rc.4",
"version": "3.0.0-rc.5",
"description": "StimulusJS autocomplete component",
"type": "module",
"main": "src/autocomplete.js",
Expand Down Expand Up @@ -41,6 +41,6 @@
"test": "start-server-and-test start http://localhost:3030 cy:run",
"test:multibrowser": "start-server-and-test start http://localhost:3030 cy:all",
"netlify:deploy": "rm examples/stimulus-autocomplete.js && cp -f src/autocomplete.js examples/stimulus-autocomplete.js",
"release": "yarn test && npm publish && git commit -am \"$npm_package_name v$npm_package_version\" && git tag v$npm_package_version && git push --tags"
"release": "git commit -am \"$npm_package_name v$npm_package_version\" && git tag v$npm_package_version && git push --tags"
}
}

0 comments on commit 80f19d4

Please sign in to comment.