Commit 8c6890c9 by Tom Dyas

remove extra comma in nginx-app's package.json

otherwise grunt fails due to a syntax error in package.json
parent c09d5062
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
"dependencies": { "dependencies": {
"babel-plugin-transform-es2015-modules-systemjs": "^6.5.0", "babel-plugin-transform-es2015-modules-systemjs": "^6.5.0",
"babel-preset-es2015": "^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" "homepage": "https://github.com/raintank/kentik-app-poc#readme"
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment