summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2018-12-09 13:07:19 +0100
committermsquare <msquare@notrademark.de>2018-12-09 13:07:19 +0100
commit412be8e1884eab7d543c26fafcc93fca3eca8cd1 (patch)
treec3e914edc3a6ace530da26d7e87e5fcf481d1239 /package.json
parent93b819025c833eaaec730007ad3953c1e8c27768 (diff)
upgrade chart.js lib and fix bargraph. fixes #511
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 991f5ea6..5c902a45 100644
--- a/package.json
+++ b/package.json
@@ -3,8 +3,8 @@
"version": "1.1.0",
"main": "index.js",
"repository": "https://github.com/engelsystem/engelsystem.git",
- "author": "marudor <marudor@marudor.de>",
- "license": "MIT",
+ "author": "https://github.com/engelsystem/engelsystem/contributors",
+ "license": "GPL-2.0-only",
"scripts": {
"build": "npm run -s build:clean && NODE_ENV=production run-p build:assets build:webpack",
"build:clean": "rimraf public/assets",
@@ -15,7 +15,7 @@
"dependencies": {
"bootstrap": "^3",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
- "chart.js": "^1",
+ "chart.js": "^2",
"jquery": "^3.3.1",
"jquery-ui": "^1.11.2",
"moment": "^2.8.2",