From e5d12dc927d30f6daf38af48d8d134355f488c41 Mon Sep 17 00:00:00 2001 From: Arwed Mett Date: Fri, 9 Feb 2018 11:38:21 +0100 Subject: [PATCH] added java compiler --- package.json | 2 +- src/components/projects.js | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index cf745b0..8baf188 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "clean": "rm -rf build", "flow": "flow", "lint": "eslint src", - "postinstall": "npm run clean && npm test && npm run build" + "postinstall": "npm run clean && npm run build" }, "author": "Arwed Mett", "license": "MIT", diff --git a/src/components/projects.js b/src/components/projects.js index 2f78c34..f2c818c 100644 --- a/src/components/projects.js +++ b/src/components/projects.js @@ -26,4 +26,10 @@ export default () => description="Chrome extension to display full-name(s) instead of SAP D- / I-User in GitHub Enterprise." img="https://github.com/cgrail/github-chrome-fullname/raw/master/chrome-store-screenshot.png" /> +