Skip to content

Commit

Permalink
Move dependencies to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy-Walton committed Aug 25, 2024
1 parent 7a40fdd commit 59be3bc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rolemodel/tailored-select",
"description": "Tailored Select is a Web Component built to be a searchable select box. Inspired by tom-select.js to provide a framework agnostic autocomplete widget with native-feeling keyboard navigation. Useful for tagging, contact lists, etc.",
"version": "0.0.3",
"version": "0.0.4",
"author": "RoleModel Software",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -45,13 +45,13 @@
"sanity-check": "yarn lint && yarn prettier && yarn build && rm -rf ./dist"
},
"devDependencies": {
"vite": "^5.4.1"
},
"dependencies": {
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"lit": "^3.2.0",
"prettier": "^3.3.3",
"sass": "^1.77.8"
"vite": "^5.4.1",
"sass": "^1.77.8",
"prettier": "^3.3.3"
},
"dependencies": {
"lit": "^3.2.0"
}
}

0 comments on commit 59be3bc

Please sign in to comment.