Skip to content

Commit

Permalink
NPM: drop tom-select
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed Jan 15, 2025
1 parent 405f24b commit e5b6c87
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 76 deletions.
40 changes: 0 additions & 40 deletions app/javascript/controllers/tag_input_controller.js

This file was deleted.

2 changes: 0 additions & 2 deletions app/javascript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ console.log('Vite ⚡️ Rails - GBL Admin')
// Import Stimulus and controllers
import { Application } from '@hotwired/stimulus'
import ResultsController from "./controllers/results_controller"
import TagInputController from "./controllers/tag_input_controller"

// Initialize Stimulus
window.Stimulus = Application.start()

// Register controllers
Stimulus.register("results", ResultsController)
Stimulus.register("taginput", TagInputController)

// Import channels
import './channels';
34 changes: 2 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@geoblacklight/admin",
"type": "module",
"version": "0.4.14",
"version": "0.4.15",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -51,7 +51,6 @@
"shave": "^2.5.10",
"stimulus": "^3.2.2",
"stimulus-scroll-to": "^4.1.0",
"tom-select": "^2.3.1",
"turbolinks": "^5.2.0",
"yargs-parser": "^13.1.2"
},
Expand Down

0 comments on commit e5b6c87

Please sign in to comment.