Skip to content

Commit 9dfd190

Browse files
authored
Update package.json
1 parent f8a52c4 commit 9dfd190

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"server": "docker compose up --build",
1515
"sign": "npx --yes @grafana/sign-plugin@latest --distDir ./felixrelleum-geomapwms-panel",
1616
"validate": "npm run build && zip -qr felixrelleum-geomapwms-panel.zip felixrelleum-geomapwms-panel && npx --yes @grafana/plugin-validator@latest -config ./plugin-validator-config.yml -sourceCodeUri file://. felixrelleum-geomapwms-panel.zip; rm -r felixrelleum-geomapwms-panel.zip",
17-
"start": "yarn watch",
1817
"test:all": "jest --coverage",
1918
"test": "jest --watch --onlyChanged",
2019
"test:ci": "jest --passWithNoTests --maxWorkers 4",
@@ -95,10 +94,8 @@
9594
"react-highlight-words": "^0.17.0",
9695
"react-use": "^17.3.1",
9796
"tinycolor2": "^1.4.2",
98-
"tslib": "2.5.3",
99-
"yarn": "^1.22.17"
97+
"tslib": "2.5.3"
10098
},
101-
"packageManager": "yarn@1.22.19",
10299
"config": {
103100
"commitizen": {
104101
"path": "./node_modules/cz-conventional-changelog"

0 commit comments

Comments
 (0)