Skip to content

Commit c69fbc2

Browse files
committed
v3.0.0-rc.6
1 parent fb735d3 commit c69fbc2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stimulus-autocomplete",
3-
"version": "3.0.0-rc.5",
3+
"version": "3.0.0-rc.6",
44
"description": "StimulusJS autocomplete component",
55
"type": "module",
66
"main": "src/autocomplete.js",
@@ -27,10 +27,10 @@
2727
"@hotwired/stimulus": "^3.0.0"
2828
},
2929
"devDependencies": {
30+
"@hotwired/stimulus": "^3.0.0",
3031
"cypress": "^8.5.0",
3132
"http-server": "^13.0.2",
32-
"start-server-and-test": "^1.14.0",
33-
"@hotwired/stimulus": "^3.0.0"
33+
"start-server-and-test": "^1.14.0"
3434
},
3535
"scripts": {
3636
"start": "http-server ./examples -p 3030",

0 commit comments

Comments
 (0)