mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
parent
46a75099d8
commit
8ac5c91004
@ -163,5 +163,5 @@ plugin development.
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Grafana is distributed under [Apache 2.0 License](https://github.com/grafana/grafana/blob/master/LICENSE.md).
|
Grafana is distributed under [Apache 2.0 License](https://github.com/grafana/grafana/blob/master/LICENSE).
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ module.exports = function(config) {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
expand: true,
|
expand: true,
|
||||||
src: ['LICENSE.md', 'README.md', 'NOTICE.md'],
|
src: ['LICENSE', 'README.md', 'NOTICE.md'],
|
||||||
dest: '<%= pkg.name %>-<%= pkg.version %>/',
|
dest: '<%= pkg.name %>-<%= pkg.version %>/',
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user