mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 01:16:31 -06:00
remove extra comma in nginx-app's package.json
otherwise grunt fails due to a syntax error in package.json
This commit is contained in:
parent
c09d506245
commit
8c6890c95f
@ -31,7 +31,7 @@
|
||||
"dependencies": {
|
||||
"babel-plugin-transform-es2015-modules-systemjs": "^6.5.0",
|
||||
"babel-preset-es2015": "^6.5.0",
|
||||
"lodash": "~4.0.0",
|
||||
"lodash": "~4.0.0"
|
||||
},
|
||||
"homepage": "https://github.com/raintank/kentik-app-poc#readme"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user