Skip to content

Commit

Permalink
v3.0.0-rc.6
Browse files Browse the repository at this point in the history
  • Loading branch information
afcapel committed Jan 3, 2022
1 parent fb735d3 commit c69fbc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.5",
"version": "3.0.0-rc.6",
"description": "StimulusJS autocomplete component",
"type": "module",
"main": "src/autocomplete.js",
Expand All @@ -27,10 +27,10 @@
"@hotwired/stimulus": "^3.0.0"
},
"devDependencies": {
"@hotwired/stimulus": "^3.0.0",
"cypress": "^8.5.0",
"http-server": "^13.0.2",
"start-server-and-test": "^1.14.0",
"@hotwired/stimulus": "^3.0.0"
"start-server-and-test": "^1.14.0"
},
"scripts": {
"start": "http-server ./examples -p 3030",
Expand Down

0 comments on commit c69fbc2

Please sign in to comment.