Skip to content
Snippets Groups Projects
Commit 99df90b1 authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

bugfix: remove useless dependency

parent 6fd12826
No related branches found
No related tags found
1 merge request!1bugfix: remove useless dependency
Pipeline #3880 passed with stage
in 1 minute and 21 seconds
{
"name": "@coopstarter/component-searchbox",
"name": "@coopstarter/component-kldb-search-box",
"version": "0.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@startinblox/core": {
"version": "0.5.44",
"resolved": "https://registry.npmjs.org/@startinblox/core/-/core-0.5.44.tgz",
"integrity": "sha512-YCn9ttmCNxbz1nRCWp+nIwWNw7enco9qeQTWazLKIEbW9Le+4lcUGXCIFP+ppT4Dye5im9VkFrxIc69cOTcLjw=="
},
"accepts": {
"version": "1.3.7",
"resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz",
......
{
"name": "@coopstarter/component-searchbox",
"name": "@coopstarter/component-kldb-search-box",
"version": "0.0.0",
"description": "Search box component for the coopstarter Knowledge Base",
"main": "search-box.js",
......@@ -46,8 +46,5 @@
"devDependencies": {
"express": "^4.17.1",
"find-free-port": "^2.0.0"
},
"dependencies": {
"@startinblox/core": "^0.5.0"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment