fixed jsonpath
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

removed all grafana references
This commit is contained in:
Samuel Philipp 2020-07-05 22:09:28 +02:00
parent 8f5d83fd60
commit b442cb7f4f
10 changed files with 39 additions and 38 deletions

View file

@ -1,5 +1,5 @@
{
"name": "grafana-statuspage",
"name": "universal-statuspage",
"version": "0.0.0",
"scripts": {
"ng": "ng",
@ -8,10 +8,10 @@
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"dev:ssr": "ng run grafana-statuspage:serve-ssr",
"serve:ssr": "node dist/grafana-statuspage/server/main.js",
"build:ssr": "ng build --prod && ng run grafana-statuspage:server:production",
"prerender": "ng run grafana-statuspage:prerender"
"dev:ssr": "ng run universal-statuspage:serve-ssr",
"serve:ssr": "node dist/universal-statuspage/server/main.js",
"build:ssr": "ng build --prod && ng run universal-statuspage:server:production",
"prerender": "ng run universal-statuspage:prerender"
},
"private": true,
"dependencies": {
@ -30,7 +30,7 @@
"@nguniversal/express-engine": "^10.0.1",
"bootstrap": "^4.5.0",
"express": "^4.15.2",
"jsonpath": "^1.0.2",
"jsonpath-plus": "^4.0.0",
"roboto-fontface": "^0.10.0",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",