Browse Source

Bump version to 0.3.3

pull/1/head
rozetko 6 years ago
parent
commit
95fdcd7a0b
  1. 4
      package.json

4
package.json

@ -1,6 +1,6 @@
{ {
"name": "grafana-data-exporter", "name": "grafana-data-exporter",
"version": "0.3.1", "version": "0.3.3",
"description": "Server for fetching data from Grafana datasources", "description": "Server for fetching data from Grafana datasources",
"scripts": { "scripts": {
"start": "node dist/server.js", "start": "node dist/server.js",
@ -16,7 +16,7 @@
"axios": "^0.18.0", "axios": "^0.18.0",
"express": "^4.16.3", "express": "^4.16.3",
"fast-csv": "^2.4.1", "fast-csv": "^2.4.1",
"grafana-datasource-kit": "^0.0.6", "grafana-datasource-kit": "^0.0.8",
"moment": "^2.22.1", "moment": "^2.22.1",
"nodemon": "^1.17.3", "nodemon": "^1.17.3",
"ts-loader": "^3.5.0", "ts-loader": "^3.5.0",

Loading…
Cancel
Save