Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit dc281fa

Browse files
committed
updated to add toolkit for packaging and signing
1 parent 4878487 commit dc281fa

File tree

2 files changed

+9281
-150
lines changed

2 files changed

+9281
-150
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"devDependencies": {
2121
"@babel/core": "^7.1.6",
2222
"@babel/preset-env": "^7.1.6",
23+
"@grafana/toolkit": "next",
2324
"@types/grafana": "https://[email protected]/CorpGlory/types-grafana.git",
2425
"@types/jest": "^23.3.9",
2526
"@types/lodash": "^4.14.118",
@@ -45,6 +46,7 @@
4546
"webpack-cli": "^3.1.2"
4647
},
4748
"dependencies": {
48-
"lodash": "^4.17.11"
49+
"lodash": "^4.17.11",
50+
"package.json": "^2.0.1"
4951
}
5052
}

0 commit comments

Comments
 (0)