@grafana/create-plugin 3.0.0 → 3.0.1-canary.670.b5fa9cd.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -116,4 +116,4 @@ For more information see our [documentation](https://grafana.com/developers/plug
|
|
|
116
116
|
|
|
117
117
|
## Contributing
|
|
118
118
|
|
|
119
|
-
We are always grateful for contributions! See [CONTRIBUTING.md](
|
|
119
|
+
We are always grateful for contributions! See [CONTRIBUTING.md](../../CONTRIBUTING.md) for more information.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grafana/create-plugin",
|
|
3
|
-
"version": "3.0.0",
|
|
3
|
+
"version": "3.0.1-canary.670.b5fa9cd.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"directory": "packages/create-plugin",
|
|
6
6
|
"url": "https://github.com/grafana/plugin-tools"
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"engines": {
|
|
87
87
|
"node": ">=20"
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "b5fa9cd814a2df2f6bded7591478426fccd974df"
|
|
90
90
|
}
|