feat: moved json-formatter-js into core grafana to be able to make changes

This commit is contained in:
Torkel Ödegaard
2017-05-19 13:16:05 +02:00
parent f7a6c9a1e6
commit 5513d3c9d1
12 changed files with 698 additions and 573 deletions

View File

@@ -34,7 +34,6 @@ module.exports = function(config) {
'remarkable/dist/*',
'virtual-scroll/**/*',
'mousetrap/**/*',
'json-formatter-js/dist/*.js',
],
dest: '<%= srcDir %>/vendor/npm'
}