Browse Source

Update package.json

master
Coin de Gamma 5 years ago committed by GitHub
parent
commit
264b2f2526
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      package.json

4
package.json

@ -1,7 +1,7 @@
{ {
"name": "hastic-grafana-app", "name": "hastic-grafana-app",
"version": "0.2.7", "version": "0.2.7",
"description": "Hastic default panel for rendering graph and anomalies", "description": "Hastic app: labeling and rendeting analytics from hastic-server",
"main": "dist/module", "main": "dist/module",
"scripts": { "scripts": {
"build": "webpack --config build/webpack.prod.conf.js", "build": "webpack --config build/webpack.prod.conf.js",
@ -9,7 +9,7 @@
"test": "jest --config jest.config.js" "test": "jest --config jest.config.js"
}, },
"keywords": [], "keywords": [],
"author": "Alexey Velikiy", "author": "CorpGlory Inc.",
"license": "MIT", "license": "MIT",
"repository": "https://github.com/CorpGlory/hastic/hastic-grafana-app", "repository": "https://github.com/CorpGlory/hastic/hastic-grafana-app",
"devDependencies": { "devDependencies": {

Loading…
Cancel
Save